The course A Bit of JDBC (Java Training) introduces Java developers to database connectivity using the Java programming language and JDBC. The training includes the use of Type 4 JDBC drivers to connect to Oracle, SQL Server, DB2 and MySQL databases.
Database Programming with JDBC
Programming Overview
Connections
Executing SQL Statements
Reading Data
Updating, Inserting and Deleting Data
Executing Multiple Batches
The PreparedStatement Interface
Using Transactions
Calling Stored Procedures: The Callable Statement Interface
About Spring, Hibernate and ORM