MCQOPTIONS
Saved Bookmarks
| 1. |
According to the ANSI SQL standard, when does a transaction begin? |
| A. | with use of the START command |
| B. | when the first SQL statement is encountered |
| C. | with the BEGIN command |
| D. | with the BEGIN TRANSACTION command |
| Answer» C. with the BEGIN command | |