Transactions and Concurrency Control
Description: Transactions and Concurrency Control | |
Number of Questions: 15 | |
Created by: Arav Srivastava | |
Tags: Transactions and Concurrency Control Java/Oracle /C/C++ Database Management System Oracle |
Which of the following scenarios may leaves the transaction vulnerable to dirty reads, phantom reads etc.. in a database system?
Which one is not a property of a transaction?
In Oracle, commit and savepoint commands come under
In which of the following conditions is a transaction said to be in a committed state?
Which of the following calls is made in Oracle to perform work at some remote database?
_________ are Transaction Control Language commands in SQL.
Which of the following phases in commit mechanism is the one in which the coordinator asks all other nodes to commit the transaction?
When a transaction is executing, it is said to be in _____ state.
Transaction X holds a shared lock R. What happens if transaction Y requests for a shared lock on R?
The point of synchronization between a database and transaction log file is known as
A transaction is said to be in which state, when it can no longer proceed?
A transaction is said to be in which state, when it is rolled back?
_______ command is used to undo the work done in the current transaction.
Which of the following is the first step in the 'transaction processing cycle', which captures business data through various modes such as optical scanning or at an electronic commerce website?
Which of the following transactions in distributed databases guarantees that all statements in a transaction either commit or rollback as a unit?