What are the flow statements of jdbc?
No Answer is Posted For this Question
Be the First to Post Answer
Does sql allow null values ? Can we use it within where clause ?
Can I use JDBC to execute non-standard features that my DBMS provides?
What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?
Name the method, which is used to prepare a callablestatement.
Stored procedure purpose?
What is execute in java?
What is the difference between Minus, and Intersect?
What types of DataSource objects are specified in the Optional Package?
What is the full form of jdbc and what is its purpose?
Does jdbc require oracle client?
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 java pure object oriented or not ?