adplus-dvertising
frame-decoration

Question

A transaction is delimited by statements (or function calls) of the form __________

a.

Begin transaction and end transaction

b.

Start transaction and stop transaction

c.

Get transaction and post transaction

d.

Read transaction and write transaction

Posted under Transactions DBMS

Answer: (a).Begin transaction and end transaction

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. A transaction is delimited by statements (or function calls) of the form __________

Similar Questions

Discover Related MCQs

Q. Identify the characteristics of transactions

Q. Which of the following has “all-or-none” property ?

Q. The database system must take special actions to ensure that transactions operate properly without interference from concurrently executing database statements. This property is referred to as

Q. The property of transaction that persists all the crashes is

Q. __________ states that only valid data will be written to the database.

Q. The Oracle RDBMS uses the ____ statement to declare a new transaction start and its properties.

Q. ____ means that the data used during the execution of a transaction cannot be used by a second transaction until the first one is completed.

Q. In SQL, which command is used to issue multiple CREATE TABLE, CREATE VIEW and GRANT statements in a single transaction?

Q. Which character function can be used to return a specified portion of a character string?

Q. Which of the following is TRUE for the System Variable $date$?

Q. What are the different events in Triggers?

Q. The SQL statement SELECT SUBSTR(‘123456789’, INSTR(‘abcabcabc’,’b’), 4) FROM EMP; prints

Q. Which of the following SQL command can be used to modify existing data in a database table?

Q. When SQL statements are embedded inside 3GL, we call such a program as

Q. _______________ provides option for entering SQL queries as execution time, rather than at the development stage.

Q. Each modification done in database transaction are first recorded into the

Q. _______ means that data used during the execution of a transaction cannot be used by a second transaction until the first one is completed.

Q. Which of the following is not a state in transaction ?

Q. _______________ joins are SQL server default

Q. The ________________ is essentially used to search for patterns in target string.