Oracle Certified Professional Java SE 11exam
Section: Database Applications with JDBC
Topic: Connect to and perform database SQL operations, process query results using JDBC API
Please clone the following repository for code:
https://github.com/mhussainshah1/JDBC11
Download Apache Derby – small in-memory database http://db.apache.org/derby/derby_downloads.html
SetupDerbyDatabase.java
https://www.selikoff.net/2019/12/20/ocp-11-book-bonus-creating-a-derby-database-in-java-11/