Single Choice Easy

QWhat is a database transaction?

ID: #13478 Database Concepts MCQs 101 views
Question Info
#13478Q ID
EasyDifficulty
Database Concepts MCQsTopic

Choose the Best Option

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

  • A A unit of work encapsulating multiple database operations
  • B A physical backup of the entire database
  • C A process of migrating data from one DBMS to another
  • D A method of database tuning for better performance
Correct Answer

Explanation

A database transaction is a unit of work that encapsulates multiple database operations, such as reading a database object, writing data, acquiring or releasing locks, etc.
It provides a way to group related operations together and ensures that they are executed as a single logical unit, guaranteeing data consistency and integrity.

Share This Question

Challenge a friend or share with your study group.