How can I determine the isolation levels supported by my DBMS?
How do I receive a ResultSet from a stored procedure?
What does it mean to "materialize" data?
Why do I have to reaccess the database for Array, Blob, and Clob data?
What is an SQL Locator?
How do I check in my code whether a maximum limit of database connections have been reached?
How do I disallow NULL values in a table?
How do I insert/update records with some of the columns having NULL value?
Is there another way of dealing with the result set that could execute faster?
What are the considerations for deciding on transaction boundaries?
How can I determine where a given table is referenced via foreign keys?
How can I get information about foreign keys used in a table?
What is DML?
What is the significance of DataBaseMetaData.tableIndexStatistics? How to obtain and use it?
What types of DataSource objects are specified in the Optional Package?