Database - Managing Multiuser Databases

Exercise : Managing Multiuser Databases - True or False
6.
When one transaction reads a changed record that has not been committed to the database a filthy read occurs.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.

7.
The size of a lock is referred to as lock sizing.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.

8.
When two transactions are being processed against the database at the same time they are termed concurrent transactions.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.

9.
Locks placed by the DBMS are explicit locks.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.

10.
In optimistic locking, the assumption is made that conflict will occur.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.