InterviewSolution
Saved Bookmarks
| 1. |
Why would you use a batch process? |
|
Answer» Batch Processing allows you to group related SQL statements into a batch and submit them with one call to the database. |
|