234k views
1 vote
Match the following terms with a short description of that term: Consistency, Atomicity, Isolation, Durability, Serializability.a. The data used by one transaction can not be used by another transaction until the first one has completed. b. The schedule for execution in a multiuser environment insures consistent results. c. A transaction takes the database from one consistent state to another. d. Once a transaction is done it can not be lost or undone. e. All statements within a transaction must be successfully completed or completely aborted.

User Jewell
by
8.0k points

1 Answer

4 votes

Answer:

Atomicity: All statements within a transaction must be successfully completed or completely aborted.

Consistency: A transaction takes the database from one consistent state to another.

Isolation: The data used by one transaction can not be used by another transaction until the first one has completed

Durability: Once a transaction is done it can not be lost or undone.

Serializability: The schedule for execution in a multiuser environment insures consistent results

User Chris Loughnane
by
7.5k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.

9.4m questions

12.2m answers

Categories