A transaction can include following basic database access operations:

2011

A transaction can include following basic database access operations:

  1. A.

    Read_item(X)

  2. B.

    Write_item(X)

  3. C.

    Both (A) and (B)

  4. D.

    None of these

Attempted by 202 students.

Show answer & explanation

Correct answer: C

A database transaction is defined as a logical unit of work that includes both reading data (Read_item) and modifying data (Write_item). To ensure data integrity and consistency, transactions must support both retrieval and update operations within a single atomic process.

A video solution is available for this question — log in and enroll to watch it.

Explore the full course: Mppsc Assistant Professor