Q. According to the ANSI SQL standard, when does a transaction begin? (Solved)
1. with use of the START command
2. when the first SQL statement is encountered
3. with the BEGIN command
4. with the BEGIN TRANSACTION command
- b. when the first SQL statement is encountered