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 jdbc and its types?
What is ODBC and JDBC? How do you connect the Database?
What is jdbc driver in java?
Why are we using blob datatypes in jdbc?
How can you make a connection?
Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?
What is jdbc driver for sql server?
How can I retrieve a String or other object type without creating a new object each time?
What is jdbc driver?
Is possible to open a connection to a database with exclusive mode with JDBC?
What is db client?
What do you understand by jdbc statements?
What are the functions of the jdbc connection interface?
List some new features available in jdbc 4.0?
How do I insert/update records with some of the columns having NULL value?