DBMS PQY and Important Question
DBMS PQY and Important Question
List any Three disadvantages of file system approach over data based approach
What is highest normal form of the Relation R( W,X,Y,Z) with the set F= { WY → XZ,X →Y }
Consider a relation R(A,B,C,D,E) with set F= { A→CD, C→B,B→AE} What are the prime attributes of this
Relation and Decompose the given relation in 3NF.
Explain the procedure of calculating the canonical cover of a given functional dependency set with suitable example.
Discuss Time stamp based protocol with suitable example. How the validation based protocols differ from
2PC?
Explain Multi Version Schemes Protocol.
(a) Consider schedules S1, S2, and S3 below. Determine whether each schedule is strict,
cascade less, recoverable, or non recoverable. (Determine the strictest recoverability
condition that each schedule satisfies.)
S1:r1 (X); r2(Z);r1 (Z); r3 (X);r3 (Y);w1(X); c1;w3 (Y); c3; r2(Y);w2(Z); w2 (Y); c2;
S2:r1(X);r2(Z);r1(Z);r3(X);r3(Y);w1(X);w3(Y);r2(Y);w2(Z);w2(Y);
c1;c2;c3;
S3:r1(X);r2(Z);r3(X);r1(Z);r2(Y);r3(Y);w1(X);c1;w2(Z);w3(Y);w2 (Y);c3; c2;