Write a Java function using JDBC metadata features that prints a list of all relations in the database, displaying for each relation of the university databases the names and types of its attributes. code example
Example: Method used for getting metadata of a database in jdbc
To get the metadata from your source, call "getMetaData()" method using the Connection object.