Exam 10: Transaction Management and Concurrency Control
Exam 1: Database Systems70 Questions
Exam 2: Data Models70 Questions
Exam 3: The Relational Database Model100 Questions
Exam 4: Entity Relationship (ER)Modeling100 Questions
Exam 5: Advanced Data Modeling70 Questions
Exam 6: Normalization of Database Tables100 Questions
Exam 7: Introduction to Structured Query Language (SQL)100 Questions
Exam 8: Advanced SQL100 Questions
Exam 9: Database Design100 Questions
Exam 10: Transaction Management and Concurrency Control70 Questions
Exam 11: Database Performance Tuning and Query Optimization70 Questions
Exam 12: Distributed Database Management Systems70 Questions
Exam 13: Business Intelligence and Data Warehouses100 Questions
Exam 14: Database Connectivity and Web Technologies100 Questions
Exam 15: Database Administration and Security100 Questions
Select questions type
What is a rule that applies to the two-phase locking protocol?
(Multiple Choice)
4.8/5
(40)
During the ____ phase,changes are permanently applied to the database.
(Multiple Choice)
4.9/5
(36)
____________________-level locks are less restrictive than database-level locks,but they create traffic jams when many transactions are waiting to access the same table.
(Short Answer)
4.8/5
(33)
Serializability means that data used during the execution of a transaction cannot be used by a second transaction until the first one is completed.
(True/False)
4.7/5
(34)
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
(29)
To determine the appropriate order of the operations,the scheduler bases its actions on concurrency control algorithms,such as ____________________ or time stamping methods.
(Short Answer)
4.9/5
(36)
The optimistic approach is based on the assumption that the majority of the database operations do not conflict.
(True/False)
4.8/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
(33)
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.7/5
(43)
The ANSI has defined standards that govern SQL database transactions.Transaction support is provided by two SQL statements: ____ and ROLLBACK.
(Multiple Choice)
4.8/5
(30)
As long as two transactions,T1 and T2,access ____ data,there is no conflict,and the order of execution is irrelevant to the final outcome.
(Multiple Choice)
4.8/5
(34)
The multiuser DBMS must implement controls to ensure serializability and isolation of transactions,in addition to atomicity and durability,in order to guard the database's consistency and integrity.
(True/False)
4.9/5
(29)
Although the DBMS is designed to recover a database to a previous consistent state (when an interruption prevents the completion of a required set of transactions),the transactions themselves are defined by the end user or programmer and must be ____________________ correct.
(Short Answer)
4.8/5
(34)
The ____ manager is responsible for assigning and policing the locks used by the transactions.
(Multiple Choice)
4.9/5
(28)
Showing 21 - 40 of 70
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)