Tuesday, November 29, 2011

How can I determine where a given table is referenced via foreign keys?

DatabaseMetaData.getExportedKeys() returns a ResultSet with data similar to that returned by DatabaseMetaData.getImportedKeys(), except that the information relates to other tables that reference the given table as a foreign key container.
Category:JDBC Interview Questions

No comments:

Post a Comment