JDBC: An Introduction to Java Database Connectivity

Java    |    Beginner
  • 11 videos | 1h 12m 54s
  • Includes Assessment
  • Earns a Badge
Rating 4.5 of 42 users Rating 4.5 of 42 users (42)
Before getting your hands dirty with Java Database Connectivity (JDBC), it is important to recognize its purporse and the options it has to offer - and this is exactly what this course provides. It first lays a theoretical foundation in terms of the need for JDBC, the various pieces which come together to let your app connect to a database, as well as their features and use cases. You will cover topics such as JDBC drivers, JDBC objects such as Statement , ResultSet, and RowSet, and then connect a Java app to a database.

WHAT YOU WILL LEARN

  • Discover the key concepts covered in this course
    Describe the role of jdbc and jdbc drivers in enabling interactions between a java app and a database
    Identify the different jdbc objects that enable a java app to work with a database, and recall the roll played by each of them
    Recognize the role played by a resultset in navigating over and modifying the contents of tabular data
    Recall the specific types of rowsets available in jdbc and their specific features and use cases
    Describe the role of batch updates and transactions when working with jdbc
  • Download and install mysql and the mysql workbench tool
    Write a java app that connects to a database using jdbc
    Configure a java app to use a jdbc driver when connecting to a database
    Set up a maven project to work with a jdbc driver
    Summarize the key concepts covered in this course

IN THIS COURSE

  • 2m 35s
  • 7m
    Upon completion of this video, you will be able to describe the role of JDBC and JDBC drivers in enabling interactions between a Java application and a database. FREE ACCESS
  • Locked
    3.  JDBC Objects
    9m 41s
    In this video, find out how to identify the different JDBC objects that enable a Java app to work with a database, and recall the role played by each of them. FREE ACCESS
  • Locked
    4.  The ResultSet
    6m 20s
    Upon completion of this video, you will be able to recognize the role played by a ResultSet in navigating over and modifying the contents of tabular data. FREE ACCESS
  • Locked
    5.  The JDBC RowSet
    8m 5s
    Upon completion of this video, you will be able to recall the specific types of RowSets available in JDBC and their specific features and use cases. FREE ACCESS
  • Locked
    6.  Running Multiple Statements
    7m 6s
    After completing this video, you will be able to describe the role of batch updates and transactions when working with JDBC. FREE ACCESS
  • Locked
    7.  Installing MySQL and MySQL Workbench
    8m 49s
    In this video, you will learn how to download and install MySQL and the MySQL Workbench tool. FREE ACCESS
  • Locked
    8.  Connecting to a Database from Java
    9m 10s
    In this video, you will learn how to write a Java app that connects to a database using the Java Database Connectivity (JDBC) API. FREE ACCESS
  • Locked
    9.  Loading the JDBC Driver
    5m 48s
    During this video, you will learn how to configure a Java app to use a JDBC driver when connecting to a database. FREE ACCESS
  • Locked
    10.  Configuring a Maven Project with JDBC
    6m 47s
    Find out how to set up a Maven project to work with a JDBC driver. FREE ACCESS
  • Locked
    11.  Course Summary
    1m 33s

EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE

Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.

Digital badges are yours to keep, forever.

YOU MIGHT ALSO LIKE

Rating 3.8 of 11 users Rating 3.8 of 11 users (11)
Rating 5.0 of 1 users Rating 5.0 of 1 users (1)
Rating 4.5 of 34 users Rating 4.5 of 34 users (34)

PEOPLE WHO VIEWED THIS ALSO VIEWED THESE

Rating 4.3 of 48 users Rating 4.3 of 48 users (48)
Rating 4.3 of 7 users Rating 4.3 of 7 users (7)
Rating 4.7 of 3 users Rating 4.7 of 3 users (3)