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
What is Connection Pooling ??? How we set up a particular connection within connection pooling ????
What is odbc jdbc?
What is new in JDBC 2.0?
Can we return resultset in java?
What is jdbc template?
What happens if we don't close the connection in jdbc?
What is executeupdate in java?
What is namedparameterjdbctemplate?
What is the use of prepared statement?Ans:used to execute pre compiled statement...so the question is when that precompiled statement will be execute or comiple?................
Is jdbc a protocol?
What is @entity in java?
What is an odbc driver?