What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?
917If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?
936Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?
875
What are the three parts of a jdbc url?
Is jdbc a middleware?
How to check jdbc driver version in sql server?
What is the use of jdbc api?
What is an SQL Locator?
any one can explain about policy file rule? when i connect database with applet then ther is no compile time error but the run time error is occureed.i.e access is denied.policy file rule is related to this problem.
What is jdbc odbc in java?
How many types of statements are there in jdbc?
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?
What is the function of setautocommit?
How does jdbc driver work?
Why we use jdbc instead of odbc?
What do you mean by two phase commits?
What is an escape syntax?
What is the use of jdbc?