Single Choice Easy

QWhat is a transaction in a relational database?

ID: #15435 Relational database concepts 142 views
Question Info
#15435Q ID
EasyDifficulty
Relational database conceptsTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • 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 Answer

Explanation

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.

Share This Question

Challenge a friend or share with your study group.