adplus-dvertising
frame-decoration

Question

Point out the correct statement.

a.

Transaction ID Returns an object that can be used to specify configuration options for a subsequent call to ITransactionJoin

b.

COMMIT WORK syntax, with or without specifying the optional keyword WORK, is compatible with SQL-92

c.

You can use ROLLBACK WORK TRANSACTION to erase all data modifications made from the start of the transaction

d.

SQL-92 was the third revision of the SQL database query language

Answer: (b).COMMIT WORK syntax, with or without specifying the optional keyword WORK, is compatible with SQL-92

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. __________ marks the end of a successful implicit or explicit transaction.

Q. What is the syntax for COMMIT WORK statement in transaction?

Q. Point out the wrong statement.

Q. ____________ rolls back a user-specified transaction to the beginning of the transaction.

Q. Which of the following is valid syntax for SAVE TRANSACTION with all the optional parameters?

Q. In _______ transaction we include the DML statements that need to be executed as a unit.

Q. _________ permissions default to any valid user.

Q. If @@TRANCOUNT is 1 ________ makes all data modifications performed since the start of the transaction a permanent part of the database.

Q. Which of the following argument is ignored by database engine in COMMIT TRANSACTION?

Q. Point out the correct statement.

Q. ____________ is the preferred statement for indicating errors in the transaction.

Q. Which of the following query deletes a job candidate?

Q. Point out the wrong statement.

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.