What are the common jdbc exceptions?
What is jdbc class forname?
is that compulsory to have Primarykey-forignkey for joints (outer inner,equal)
How to create Connection interface object because it is Interface , Interface is not instansiated?
Why do I have to reaccess the database for Array, Blob, and Clob data?
What should be done for auto generating primary key id in a table ?
Can we have foreign key reference to a non primary key column ?
What are different types of ResultSet?
What is jdbc and jdbc drivers?
what are the advantages of JDBC?
Explain about DSN?
What are pros and cons of using of Type-2 and Type-4 Drivers over Type-1 driver?
What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?