What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?
1026If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?
1055Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?
987
Describe how the jdbc application works.
State the three different ways in which you can create a table?
How we store procedure in oralce for callable statements in jdbc
What do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?
What is isolation level? How to set it?
How java can be connected to a database?
How do I write Greek ( or other non-ASCII/8859-1 ) characters to a database?
What is ODBC and JDBC? How do you connect the Database?
Is jdbc connection secure?
How to set the attribute concurrency in resultset?
What is the use of the statement in jdbc?
Why do you use a data source object for a connection?
What is an SQL Locator?
What are the measures to connect to the db using jdbc?
What is Apache DBCP API?