Ask Question
14 March, 12:07

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.

+1
Answers (1)
  1. 14 March, 15:51
    0
    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
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Match the following terms with a short description of that term: Consistency, Atomicity, Isolation, Durability, Serializability. a. The ...” in 📘 Business if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers