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


Please Help Members By Posting Answers For Below Questions

What are the exceptions in jdbc?

697


What does executeupdate return in jdbc?

729


Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?

905


What is @entity in java?

724


What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.

670


password, is stored in as plain text. What can I do to protect my passwords?

711


What is JDBC RowSet? What are different types of RowSet?

796


What happens if connection is not closed in jdbc?

715


Can I use JDBC to execute non-standard features that my DBMS provides?

767


Give an example for getXXX method?

760


Is odbc an api?

751


How data can be inserted into long row column of database?

1929


Name the method, which is used to prepare a callablestatement.

693


How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?

781


What is odbc. how is it related to sql cli?

797