Question
T1 and T2 cannot access the same database at the same time in a .......level lock transaction, even if they utilize distinct tables.
A. Table B. Database C. Disk C. Page
A. Table B. Database C. Disk C. Page
Answers
GPT-4o mini
The correct answer is **B. Database**.
In a database-level lock transaction, T1 and T2 cannot access the same database at the same time, even if they are working with different tables within that database.
In a database-level lock transaction, T1 and T2 cannot access the same database at the same time, even if they are working with different tables within that database.