Question
a.
Atomicity, Consistency, Isolation, Database
b.
Atomicity, Consistency, Isolation, Durability
c.
Atomicity, Consistency, Inconsistent, Durability
d.
Automatically, Concurrency, Isolation, Durability
Posted under DBMS
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. What is ACID properties of Transactions?
Similar Questions
Discover Related MCQs
Q. Database locking concept is used to solve the problem of
View solution
Q. A lock that allows concurrent transactions to access different rows of the same table is known as a
View solution
Q. A transaction completes its execution is said to be
View solution
Q. A system is in a ______ state if there exists a set of transactions such that every transaction in the set is waiting for another transaction in the set.
View solution
Q. The deadlock state can be changed back to stable state by using _____________ statement.
View solution
Q. What are the ways of dealing with deadlock ?
View solution
Q. When transaction Ti requests a data item currently held by Tj , Ti is allowed to wait only if it has a timestamp smaller than that of Tj (that is, Ti is older than Tj ). Otherwise, Ti is rolled back (dies). This is
View solution
Q. When transaction Ti requests a data item currently held by Tj , Ti is allowed to wait only if it has a timestamp larger than that of Tj (that is, Ti is younger than Tj ). Otherwise, Tj is rolled back (Tj is wounded by Ti ). This is
View solution
Q. The deadlock in a set of transaction can be determined by
View solution
Q. A deadlock exists in the system if and only if the wait-for graph contains a ___________.
View solution
Q. Selecting the victim to be rollbacked to the previous state is determined by the minimum cost. The factors determining cost of rollback is
View solution
Q. __________ rollback requires the system to maintain additional information about the state of all the running transactions.
View solution
Q. Which of these is data type long literal?
View solution
Q. Which of the following occurs when a transaction rereads data and finds new rows that were inserted by a command transaction since the prior read?
View solution
Q. A transaction for which all committed changes are permanent is called:
View solution
Q. In this instance, dirty reads are disallowed, while nonrepeatable reads and phantom reads are allowed.
View solution
Q. Which of the following occurs when a transaction rereads data it has previously read and finds modification or deletions caused by a committed transaction?
View solution
Q. A transaction may not always complete its execution successfully. Such a transaction is termed
View solution
Q. Transaction processing is associated with everything below except
View solution
Q. Transaction management ensures ____________ and __________ properties.
View solution
Suggested Topics
Are you eager to expand your knowledge beyond DBMS? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!