Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Business
Study Set
Database Systems Design Study Set 2
Quiz 10: Transaction Management and Concurrency Control
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
True/False
In a page-level lock, the DBMS will lock an entire diskpage.
Question 2
True/False
Most real-world database transactions are formed by only one database request.
Question 3
True/False
Timestamps must only have the single property of uniqueness.
Question 4
True/False
A scheduler facilitates data isolation to ensure that two transactions do not update the same data element at the same time.
Question 5
True/False
A growing phase in a two-phase lock is when a transaction acquires all the required locks without locking any data.
Question 6
True/False
The phenomenon of uncommitted data occurs when two transactions are executed concurrently and the first transaction is rolled back after the second transaction has already accessed the uncommitted data-thus violating the isolation property of transactions.
Question 7
True/False
Time stamping demands a lot of system resources because many transactions might have to be stopped, rescheduled, and stamped.
Question 8
True/False
Durability requires that all portions of the transaction must be treated as a single, logical unit of work in which all operations are applied and completed to produce a consistent database.
Question 9
True/False
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.