In this example we will see how we can make use of class java.sql.DatabaseMetaData to extract the meta data of the database. We can view details like table names, primary keys, database name, DB driver version, etc. Lets see few examples of it. In order to run this code we need to make sure that […]