How to execute bulk number of queries at once?
Answers were Sorted based on User's Feedback
Answer / 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 |
What are the flow statements of jdbc?
Explain in detail about JDBC and its general features?
What is execute(), executeUpdate() and executeQuery() methods?
What is meant by a ResultSet?
what is connection pooling?
In JDBC, All the API?s are interfaces? Where is the actual implementation?
What is Connection Pooling ??? How we set up a particular connection within connection pooling ????
What is db client?
Which interface handles transaction management in jdbc?
How we store procedure in oralce for callable statements in jdbc
What is 2-tier and 3-tier architecture?
What is the full form of jdbc and what is its purpose?