edited by
358 views
2 2 votes

Which one of the following statements are CORRECT?

  1. Granularity is the size of data item in a database.
  2. Two operations in a schedule are said to be conflict if they belong to same transaction.
  3. Two schedulers are said to be conflict equivalent if the order of any two conflicting operations is the same in both schedules.
  4. Write operations which are performed without performing the write operation are known as Blind Writes.

Choose the correct answer from the options given below :

  1. $\text{(I)}$ and $\text{(II)}$ Only
  2. $\text{(I)}$, $\text{(II)}$ and $\text{(III)}$ Only
  3. $\text{(I)}$, $\text{(II)}$ and $\text{(IV)}$ Only
  4. $\text{(II)}$ and $\text{(III)}$ Only

1 Answer

Answer:
Position:
Show:

Related questions

1 1 vote
1 1 answer
380
380 views
Shubham Sharma 2 asked Sep 9, 2025
380 views
Consider the transactions $\mathrm{T}_{1}, \mathrm{~T}_{2}, \mathrm{~T}_{3}$ and the schedules $\mathrm{S}_{1}$ and $\mathrm{S}_{2}$ given below.$\begin{array}{ll} T_{1}:...
0 0 votes
1 1 answer
2.0k
2.0k views
Pooja Khatri asked Jul 13, 2018
2,026 views
Consider the following schedules involving two transactions.$S_1 : r_1(X) ; r_1(Y); r_2(X); r_2(Y); w_2(Y); w_1(X)$$S_2 : r_1(X) ; r_2(X); r_2(Y); w_2(Y); r_1(Y); w_1(X)$...