Vidyalelo
Database · all questions

Managing Multiuser Databases
practice.

Practice every MCQ with options. Use Show answers when you want the correct option and solution.

40

Questions

1/2

Page

Pick an option on a question to see the right answer and solution.

Locks placed by command are called ________ .

Select an option to see the answer and solution.

Which of the following locks the item from change but not from read?

Select an option to see the answer and solution.

Which of the following occurs when a transaction rereads data and finds new rows that were inserted by a command transaction since the prior read?

Select an option to see the answer and solution.

A transaction for which all committed changes are permanent is called:

Select an option to see the answer and solution.

In this instance, dirty reads are disallowed, while nonrepeatable reads and phantom reads are allowed.

Select an option to see the answer and solution.

Which of the following occurs when a transaction rereads data it has previously read and finds modification or deletions caused by a committed transaction?

Select an option to see the answer and solution.

The advantage of optimistic locking is that:

Select an option to see the answer and solution.

Which of the following refers to a cursor type that when the cursor is opened, a primary key value is saved for each row in the recordset; when the application accesses a row, the key is used to fetch the current values of the row?

Select an option to see the answer and solution.

Which of the following refers to a cursor type where changes of any type and from any source are visible?

Select an option to see the answer and solution.

Which of the following disallows both dirty reads and nonrepeatable reads, but allows phantom reads?

Select an option to see the answer and solution.

Dirty read, nonrepeatable, and phantom reads are not possible in this instance.

Select an option to see the answer and solution.

A transaction in which either all of the database actions occur or none of them do is called:

Select an option to see the answer and solution.

A cursor type in which the application can only move forward through the recordset is called:

Select an option to see the answer and solution.

Which of the following occurs when one transaction reads a changed record that has not been committed to the database?

Select an option to see the answer and solution.

Which of the following allows dirty reads, nonrepeatable reads and phantom reads to occur?

Select an option to see the answer and solution.

Which of the following locks the item from access of any type?

Select an option to see the answer and solution.

The size of a lock is called:

Select an option to see the answer and solution.

A cursor type in which the application sees the data as they were at the time the cursor was opened is called:

Select an option to see the answer and solution.

What is the overall responsibility of the DBA?

Select an option to see the answer and solution.

Locks placed by the DBMS are called ________ .

Select an option to see the answer and solution.