Crack the JDBC Code

123456789
Across
  1. 4. Operation that removes records from a table
  2. 5. Method used to permanently save changes in a transaction
  3. 6. JDBC object used to send SQL queries to the database
  4. 7. Method used to undo changes in a failed transaction
  5. 8. JDBC object used to store query results
Down
  1. 1. Command used to insert new data into a database
  2. 2. SQL operation used to modify existing data
  3. 3. Step where we register/load JDBC driver class
  4. 9. The language relational databases understand