adplus-dvertising
frame-decoration

Question

If a schedule is equivalent to a serial schedule, it is called as a _________

a.

Serializable schedule

b.

Equivalent schedule

c.

Committed schedule

d.

None of the mentioned

Posted under Transactions DBMS

Answer: (a).Serializable schedule

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. If a schedule is equivalent to a serial schedule, it is called as a _________

Similar Questions

Discover Related MCQs

Q. Which of the following is not a type of a schedule?

Q. Which of the following is a transaction isolation level as specified by SQL standard?

Q. State true or false: Serializable level may allow both serializable and non-serializable executions

Q. ________ allows only committed data to be read and further requires that no other transaction is allowed to update it between two reads of a data item by a transaction.

Q. ________ allows only committed data to be read, but does not require repeatable reads

Q. ___________ allows uncommitted data to be read

Q. State true or false: All the isolation levels disallow dirty writes

Q. When is a timestamp allotted

Q. In ___________ isolation each transaction is given its own version of the database

Q. What is the disadvantage of locking?

Q. Consider money is transferred from (1)account-A to account-B and (2) account-B to account-A. Which of the following form a transaction ?

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

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?