Search results for transactions

1 votes
2 answers
1
Which one of the following is $\text{NOT}$ a part of $\text{ACID}$ properties of a database transaction?AtomicityConsistencyIsolationDeadlock-freedom
0 votes
1 answer
2
Is the possibility of cascading rollbacks more in Wound and Wait or in Wait Die?
0 votes
0 answers
3
What is Proof/Explanation for complexity to test if a schedule is conflict serializable is O(n^2) whereas for view serializable is O(2^n)-Exponential ?
6 votes
1 answer
4
Consider the following schedule$$\textbf{Schedule}$$$$\begin{array}{|c|c|c|}\hlineT_{1} & T_{2} & T_{3}\\\hlineR(x) & &\\\hline& R(x) &\\\hlineW(y) & & \\\hline& &R(x)\\\...
2 votes
3 answers
6
______ is NOT a part of the ACID propertiesInconsistencyConsistencyAtomicityIsolation
2 votes
1 answer
7
Consider the following schedule$$\textbf{Schedule}$$$$\begin{array}{|c|c|c|c|c|c|} \hline T_{1} & T_{2} & T_{3} & T_{4} \\\hline R(x) & & & \\ & R(x) & & \\ & & R(x) & \...
1 votes
1 answer
11
1 votes
1 answer
13
If there are $n$ transactions each having $m_{1},m_{2},\dots,m_{n}$ operations respectively, the number of concurrent schedules possible is ______ (Mark all the appropria...
To see more, click for the full list of questions or popular tags.