In a database, what is a transaction?
Q1. In a database, what is a transaction?
Answer: A sequence of operations performed as a single, all-or-nothing unit of work
Explanation: A transaction is a sequence of operations that are executed as a single, all-or-nothing unit, ensuring data consistency and integrity.