Connect to and interact with relational databases using JDBC and get an introduction to ORM with Hibernate.
Perform Create, Read, Update, and Delete operations on a database using JDBC.
Ensure data integrity by grouping multiple SQL statements into a single atomic transaction.
Get an introduction to Object-Relational Mapping (ORM) with Hibernate.