Which of the following is true about 2-phase locking protocol?
S1: Lock upgradation and degradation are allowed only in the shrinking phase.
S2: 2-phase locking allows lock degradation in shrinking phase.
Which of the following is CORRECT for the above indexing?
SELECT emp_name from emp GROUP BY dept_id;
The minimum number of tables needed to convert the given ER diagram into the relational model?
Which of the following attribute set is correct representation when the above ER diagram is converted into a minimum number of relations in a relational model?
S1: In relationship algebra σ (selection) operation is NOT commutative.
S2: In relational algebra ⊓(projection) operation is commutative.

A ⟶ B
C ⟶ D
AC ⟶ E
D ⟶ C
What is the highest normal form that R satisfies?
T1: Add 5 to A
T2: Double A
T3: Display A on the screen and then set it to 1 i.e., A = 1.
(Where A is same item in the database)
Suppose transactions T1, T2 and T3 are allowed to execute concurrently. If A has initial value zero, report the possible values of final value of A and the displayed value of A
I – 1, 10
II – 2, 5
III – 7, 0
IV – 12, 0

Identify the CORRECT query to find out the students who have scored more than 70 marks and displaying them in ascending order according to their marks?
[MSQ]

Identify the query for student who stood second?
A->B
BC->DE
AEF->G
Which of the following is TRUE?
S1: The relation R is in 1NF but not in 2NF.
S2: The decomposition of R into R1(AB) and R2(CD) is dependency preserving and lossless join.
Which of the statements is/are CORRECT about R?
AB->C
C->E
B->D
E->A
The relation R is decomposed into R1(BCD) and R2(ACE). Which of the following option is correct about the decomposition?

Which of the following functional dependencies are satisfied by the instance?
S1) R1(B) R1(A) R1(B) W1(B) W1(A) R1(A) W1(B)
S2) R1(B) R1(A) W1(A) R2(B) W2(B) R1(B) W1(B)
S3) R1(B) R1(A) W1(A) R2(B) W2(B) W1(B)
Which of the above schedules results in both unrepeatable reads and dirty read?

After deletion of 50, 40, 30 what is the resultant B tree?