You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the interfaces which make up the core of the JDBC API including Driver, Connection, Statement, and ResultSet and their relationship to provider implementations
Identify components needed to connect to the database using the DriverManager class and including the JDBC URL
Submit queries and read read results from the database including creating statements, returning result sets, iterating through the results, and properly closing result sets, statements, and connections