You are on page 1of 1

Question Bank for dbms CAE

1. What is Normalization?
2. Given a relation R( P, Q, R, S, T) and Functional Dependency set
FD = { PQ → R, S → T }, determine whether the given R is in 2NF?
If not convert it into 2 NF.
3. Explain Indexing and Hashing in DBMS
4. Explain database triggers. How it is useful in database.
5. Give the reasons for the occurrence of deadlock. Suggest its prevention method.
6. Explain NoSQL Database.
7. R(ABCDEF)
Functional Dependencies are :
AB->C
DC->AE
E->F
Find the 3NF normalization of the above relation and also find the prime attribute, non-
prime attribute and candidate key in the examples.
8. What is transaction? Explain the ACID Properties.
9. What are the features of NoSQL AND Explain the difference between NoSQL v/s
SQL?
10. Given a relation R( A, B, C, D) and Functional Dependency set
FD = { AB → CD, B → C }, determine whether the given R is in 2NF?
If not convert it into 2 NF.

You might also like