What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JDBC Interview Questions

What are the basic exceptions in jdbc?

0 Answers  


How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?

0 Answers  


What are jdbc and its components?

0 Answers  


How java can be connected to a database?

0 Answers  


Under what circumstances, that all four drivers are used?

0 Answers   TCS,






Explain creation of statement object with connection method create method with help of an example.

0 Answers  


What is jdbc template?

0 Answers  


What are the different types of drivers under jdbc?

0 Answers  


code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)

0 Answers  


State the three different ways in which you can create a table?

0 Answers  


Explain the difference between resultset and rowset in jdbc

0 Answers  


What are the 4 types of jdbc drivers?

0 Answers  


Categories