SELECT Operation in SQL Is Equivalent To
SELECT Operation in SQL Is Equivalent To
2. Which one of the following is NOT a part of the ACID properties of database
transactions?
(A) Atomicity
(B) Consistency
(C) Isolation
(D) Deadlock-freedom
Solution: D
5. The maximum number of superkeys for the relation schema R(E,F,G,H) with E as
the key is
(A) 5
(B) 6
(C) 7
(D) 8
Solution: (D)
6. Consider the relation scheme R = (E,F, G, H, I, J, K, L, M, N) and the set of functional
dependencies {{E, F} → {G}, {F} → {I, J}, {E, H} → {K, L}, {K} → {M}, {L} → {N}} on R.
What is the key for R ?
(A) {E,F}
(B) {E,F,H}
(C) {E,F,H,K,L}
(D) {E}
Solution: B