InterviewSolution
Saved Bookmarks
| 1. |
What Do You Mean By Batch Updates? |
|
Answer» If you want to EXECUTE a SET of statements, i.e. SQL statements at a TIME then we USE batch update statement. If you want to execute a set of statements, i.e. SQL statements at a time then we use batch update statement. |
|