adplus-dvertising
frame-decoration

Question

Point out the correct statement.

a.

Deadlocking is same as normal blocking

b.

No other transactions can read or modify data locked with shared lock

c.

A deadlock occurs when there is a cyclic dependency between two or more threads for some set of resources

d.

All of the mentioned

Answer: (c).A deadlock occurs when there is a cyclic dependency between two or more threads for some set of resources

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Point out the correct statement.

Similar Questions

Discover Related MCQs

Q. ______________ allow concurrent transactions to read (SELECT) a resource.

Q. Which is the most restrictive isolation level in transaction?

Q. Point out the wrong statement.

Q. __________ locks allow processes to bulk copy data concurrently into the same table.

Q. Which of the following locking hint is similar to NOLOCK?

Q. Which of the following mode indicates the intention of the transaction to read all of the resources lower in the hierarchy?

Q. Which of the following lock is incompatible with all lock modes?

Q. Which of the following mode has exclusive range and exclusive resource lock?

Q. Which of the following design strategy can reduce the occurrence of blocking locks?

Q. Point out the correct statement.

Q. Which of the following scenario give rise to deadlock (There are 2 processes)?

Q. Which of the following occurs when two connections need access to same piece of data concurrently and the meanwhile another is blocked because at a particular time, only one connection can have access?

Q. Point out the wrong statement.

Q. An XML deadlock graph has ______ main sections.

Q. _____________ section lists all the resources that were involved in the deadlock.

Q. ___________ is a deadlock between a statement that is reading and a statement that is performing some form of data modification.

Q. Which of the following query returns object names from partition IDs?

Q. Which of the following best practice should be carried out concerning data types?

Q. The transaction log supports which of the following operations?

Q. Point out the correct statement.