adplus-dvertising
frame-decoration

Question

Point out the wrong statement.

a.

It is the responsibility of the Transact-SQL programmer to issue COMMIT TRANSACTION only at a point when all data referenced by the transaction is logically correct

b.

The Database Engine increments the transaction count within a statement only when the transaction count is 1 at the start of the statement

c.

You cannot roll back a transaction after a COMMIT TRANSACTION statement is issued

d.

COMMIT transaction requires membership in the public role

Answer: (b).The Database Engine increments the transaction count within a statement only when the transaction count is 1 at the start of the statement

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 wrong statement.

Similar Questions

Discover Related MCQs

Q. A ROLLBACK TRANSACTION statement specifying a savepoint_name releases any locks that are acquired beyond the savepoint, with the exception of __________

Q. What is the fundamental difference between COMMIT and COMMIT WORK?

Q. Implicit transactions are maintained by SQL Server for ___________

Q. ROLLBACK WORK always rolls back to the outermost BEGIN TRANSACTION statement for ___________ transactions.

Q. Which of the following condition will ignore the request to enable delayed durability?

Q. Which of the following resource can be locked in SQL Server?

Q. Point out the correct statement.

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.