How the information about db(database) can be retrieved?
Answer Posted / indrani
using databasemetadata,we can get the data related to
database
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can I get information about foreign keys used in a table?
How can I retrieve a String or other object type without creating a new object each time?
What is @entity in java?
What are the main components of JDBC ?
What are devices?
Can we have foreign key reference to a non primary key column ?
What is phantom read and which isolation level prevents it?
Which type of driver provides jdbc access via one or more odbc drivers?
What is the difference between client and server database cursors?
Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?
Prepared statements are faster. Why?
What are types of jdbc drivers?
How many categories of jdbc drivers are there?
What is the query used to display all tables names in SQL Server (Query analyzer)?
Where can I find info, frameworks and example source for writing a JDBC driver?