How to execute bulk number of queries at once?
Answer Posted / salil kumar
To execute bulk number of queries at once genally we are
using store procedure i.e. CallableStatement. Through store
procedure we can execute bulk number of queries at once to
the differnt-differnt table also.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is meant by dao?
What driver should I use for scalable Oracle JDBC applications?
Does jdbc require oracle client?
Why are we using blob datatypes in jdbc?
Is jdbc object oriented?
How can you use preparedstatement in jdbc?
What are the three parts of a jdbc url?
What is a jdbc driver and how many jdbc drivers are available?
How can I instantiate and load a new CachedRowSet object from a non-JDBC source?
What are jdbc?
Explain different types of locks in jdbc?
How can I write to the log used by DriverManager and JDBC drivers?
What is jdbc odbc?
How to check jdbc driver version in websphere?
What is “dirty read” in JDBC? Which isolation level prevents dirty read?