Java Database Connectivity (JDBC) Introduction

Go to class
Write Review

Free Online Course: Java Database Connectivity (JDBC) Introduction provided by Coursera is a comprehensive online course, which lasts for 2 weeks long, 9-10 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Coursera. Java Database Connectivity (JDBC) Introduction is taught by Derek Parsons.

Overview
  • The intent of Java Database Connectivity (JDBC) Introduction is to get some hands-on experience with foundational JDBC concepts. On our journey we’ll learn about why and how the API makes working with databases easy for Java Developers. After this course you should not only be able to demonstrate the mechanics of JDBC but furthermore, you should be able to explain the design and intent.

Syllabus
    • Connecting to a Database
      • In this module you will learnt the core concepts of Java Database Connectivity (JDBC). You will load a database driver into a Java Application so that you can connect to a database, send commands to the database using the Statement Objects to define and load tables
    • More Statements
      • In this module you will extract data from database tables either using a ResultSet or a JdbcRowSet, define referential integrity constraints and leverage table associations between tables in ResultSet extraction