Exam 10: Transaction Management and Concurrency Control
Exam 1: Database Systems76 Questions
Exam 2: Data Models75 Questions
Exam 3: The Relational Database Model75 Questions
Exam 4: Entity Relationship Er Modeling75 Questions
Exam 5: Advanced Data Modeling85 Questions
Exam 6: Normalization of Database Tables110 Questions
Exam 7: Introduction to Structured Query Language Sql111 Questions
Exam 8: Advanced Sql109 Questions
Exam 9: Database Design103 Questions
Exam 10: Transaction Management and Concurrency Control85 Questions
Exam 11: Database Performance Tuning and Query Optimization85 Questions
Exam 12: Distributed Database Management Systems83 Questions
Exam 13: Business Intelligence and Data Warehouses75 Questions
Exam 14: Database Connectivity and Web Technologies85 Questions
Exam 15: Database Administration and Security86 Questions
Select questions type
requires that all operations of a transaction be completed.
(Multiple Choice)
4.8/5
(39)
A lock allows concurrent transactions to access different rows of the same table.
(Multiple Choice)
4.8/5
(33)
ANSI defines four events that signal the end of a transaction. Of the following events, which is defined by ANSI as being equivalent to a ROLLBACK?
(Multiple Choice)
4.8/5
(37)
Database transaction restores a database from an inconsistent state to a previously consistent state.
(Short Answer)
4.9/5
(36)
When using an optimistic approach, during the read phase, a transaction reads the database, executes the needed computations, and makes the updates to a private copy of the database values.
(True/False)
4.9/5
(37)
The reason for the different levels of isolation is to increase transaction concurrency.
(True/False)
4.8/5
(34)
How does a shared/exclusive lock schema increase the lock manager's overhead?
(Essay)
4.8/5
(32)
A(n) phase in a two-phase lock is when a transaction releases all locks and cannot obtain any new lock.
(Multiple Choice)
4.9/5
(30)
A lock locks the entire table preventing access to any row by a transaction while another transaction is using the table.
(Multiple Choice)
4.9/5
(32)
The objective of control is to ensure the serializability of transactions in a multiuser database environment.
(Short Answer)
4.7/5
(26)
ANSI defines four events that signal the end of a transaction. Of the following events, which is defined by ANSI as being equivalent to a COMMIT?
(Multiple Choice)
4.8/5
(25)
A single-user database system automatically ensures of the database, because only one transaction is executed at a time.
(Multiple Choice)
5.0/5
(30)
The rule states that only one transaction at a time can own an exclusive lock on the same object.
(Short Answer)
4.8/5
(42)
When using an optimistic approach, during the write phase, the transaction is validated to ensure that the changes made will not affect the integrity and consistency of the database.
(True/False)
4.8/5
(32)
The last step in the write-through technique recovery procedure is to identify the last checkpoint in the transaction log.
(True/False)
4.9/5
(38)
The approach to scheduling concurrent transactions assigns a global unique stamp to each transaction.
(Multiple Choice)
4.9/5
(30)
Showing 21 - 40 of 85
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)