What is the purpose of 'TRANSACTION' in a database?
Q1. What is the purpose of 'TRANSACTION' in a database?
Answer: To ensure data consistency by grouping multiple operations together
Explanation: A 'TRANSACTION' is a sequence of operations that are executed as a single, all-or-nothing unit, ensuring data consistency and integrity.