Which of the following describes a 'transaction' in a database?
Correct Answer: A transaction is a sequence of operations that are treated as a single unit of work.
- Step 1: Understand that a transaction is like a task that involves multiple actions.
- Step 2: Think of a transaction as a group of steps that need to be completed together.
- Step 3: Realize that if one step fails, the whole transaction fails to keep the data safe.
- Step 4: Remember that transactions help ensure that the data in the database remains accurate and reliable.
No concepts available.