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 statements in JAVA ?

1 Answers   CTS,


MY code is: public class P1{ public static void main(String ar[]) { class.forName("java.lang.String"); } } errors i got are :New.java:5: error: <identifier> expected class.forName("java.lang.String"); ^ New.java:5: error: invalid method declaration; return type required class.forName("java.lang.String"); ^ New.java:5: error: illegal start of type class.forName("java.lang.String"); ^ New.java:7: error: reached end of file while parsing } ^ 4 errors HELP ME>......

3 Answers  


What is the function of drivermanager class?

0 Answers  


Which is best database for java?

0 Answers  


how many JDBC drivers ?name them?

6 Answers   CTS, Idea,


What type of driver called is pure Java driver?

3 Answers   Vertex,


what are the Different types of exceptions in JDBC?

1 Answers  


Does jdbc require oracle client?

0 Answers  


How do I load a database driver with JDBC 4.0 / Java 6?

0 Answers  


Is java a database?

0 Answers  


What is a jdbc connection?

0 Answers  


What is the purpose of the jdbc resultset interface?

0 Answers  


Categories