what does batchUpdate does?

Answers were Sorted based on User's Feedback



what does batchUpdate does?..

Answer / dsr

Batchupdate is group of queries run at a time.

Is This Answer Correct ?    8 Yes 2 No

what does batchUpdate does?..

Answer / vishnu

Ma


Make all queries as batch and by using this command we can
execute all queries at a time

Is This Answer Correct ?    6 Yes 0 No

what does batchUpdate does?..

Answer / amit singh

batch update calls to database as chunk(group),
if you want to run more then one sql statement in a single
database call then you have to go for it

Is This Answer Correct ?    3 Yes 1 No

what does batchUpdate does?..

Answer / mraghuhere

This batchUpdate() is a method to Update the batch of records in the table.

Is This Answer Correct ?    2 Yes 0 No

what does batchUpdate does?..

Answer / koti

batch is a group of records

Is This Answer Correct ?    3 Yes 3 No

what does batchUpdate does?..

Answer / mayilvahanan

Batch update is the collection of queries run at a time

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More JDBC Interview Questions

Diff bet.. Function and Trigger?

3 Answers   Logica CMG,


How to find number of records in result set?

2 Answers  


What is addbatch jdbc?

0 Answers  


What is jdbc architecture in java?

0 Answers  


How to make updates to updatable result sets in jdbc?

0 Answers  






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

0 Answers  


why we don't use the type 2 driver for connect to the database in jdbc?

1 Answers   TCS,


What is execute in java?

0 Answers  


Diff. types of triggers..

4 Answers   Logica CMG,


What is jdbc drivers in java?

0 Answers  


Are there any ODBC drivers that do not work with the JDBC- ODBC Bridge?

2 Answers  


What is the difference between Minus, and Intersect?

1 Answers  


Categories