In the simplest meaning, metadata is data about data.When you apply this to database, metadata is information about database data, or about table data. Examples of metadata are descriptions of the tables and column attributes, column type etc The JDBC API enables you to uncover metadata about a database and a query’s result set...