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

What is the benefit of having jdbcrowset implementation? Why do we need a jdbcrowset like wrapper around resultset?

0 Answers  


What is jdbc url for mysql?

0 Answers  


How do you know which driver is connected to a database?

3 Answers  


Why do we use jdbc statements?

0 Answers  


Is java a database?

0 Answers  






What is jdbc architecture?

0 Answers  


Explain Basic Steps in Writing a Java Program Using Jdbc?

0 Answers   Winsol Solutions,


What is serialization and deserialization in java programming?

0 Answers  


What is jdbc thin client?

0 Answers  


What is meant by dao?

0 Answers  


How many isolation levels are supported in JDBC and what are they?

1 Answers  


What is in term of jdbc a datasource?

0 Answers  


Categories