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 are the differences between setmaxrows(int) and setfetchsize(int)?
What are the packages are used in jdbc?
What is the major difference between java.util.date and java.sql.date data type?
Why jdbc is used in java?
Where is jdbc url mysql?
What is jdbc driver?
How can I determine the isolation levels supported by my DBMS?
In which ways is driver class is registered with drive manager?
What is odbc and jdbc in dbms?
Explain about multiple implementations and drive manager?
What is correlated subquery?
What are the measures to connect to the db using jdbc?
What does setautocommit do?
What are the advantages of using jdbc datasource?
Explain the locking system in jdbc & its types?