Home » MYSQL » Transactions » Question
  1. What is known as the set of SQL statements that either execute successfully or none of them have an effect.
    1. transactions
    2. joins
    3. deletions
    4. filters
    5. None of these
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.



Your comments will be displayed only after manual approval.