D

Database Transaction

Definition

A sequence of one or more database operations treated as a single unit of work. A transaction either completes entirely (commit) or is fully rolled back (rollback) if any operation fails, ensuring data integrity through ACID properties.

Defined Term

  • Term Database Transaction
  • Category Databases
  • views 295