Question: What is the role of a transaction in a database?
Options:
Correct Answer: To group multiple operations
Solution:
A transaction groups multiple operations into a single unit of work, ensuring all or none are executed.