-
A.
A process of connecting to a remote database server
-
B.
A unit of work that consists of multiple database operations
-
C.
A mechanism for generating unique identifiers for new records
-
D.
A method for querying and retrieving data from a database
Correct Option: BExplanation:
A transaction in a relational database is a unit of work that consists of multiple database operations, such as inserting, updating, or deleting records. It ensures that all the operations are executed as a single, atomic unit, maintaining data consistency and allowing for rollback in case of errors.