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
How to set the attribute concurrency in resultset?
What does the jdbc databasemetadata interface?
What is the return type of class.forname() method?
Which is best database for java?
What is the difference between ojdbc6 and ojdbc7?
Write a program JDBCcode forfetching student database with SQL.
What is database deadlock ?
How to connect html page to database using jdbc?
Can we return resultset in java?
What is jdbc and jpa?
Describe the steps needed to execute a sql query using jdbc.
Can I use JDBC to execute non-standard features that my DBMS provides?
What are the different types of interfaces in the api component?
What are the steps to connect to a database in java?
What is java soft framework?