Transactions
-  What is known as the set of SQL statements that either execute successfully or none of them have an effect.
 
- 
                        
View Hint View Answer Discuss in Forum
NA
Correct Option: A
In MySQL, a transaction is a set of SQL statements that are run as a single unit. They can be canceled when required, but they can either execute successfully or neither of them execute.