RDBMS General Question Bank
RDBMS General Question Bank
UNIT-1
1. Explain database system environment.
2. Write the difference between DATA and INFORMATION.
3. Write a difference between DBMS and RDBMS.
4. Explain role of DBAand its responsibility.
5. What is metadata, systemcatalog?
6. Explain components of data dictionary:
(a) Active data dictionary (b) passive data dictionary
7. Explain data types of DBMS.
8. Explain following SQL commands with example
(1) SELECT (2) DELETE (3) UPDATE
9. Difference between primary key and unique key.
10. Explain DROP and TRUNCATE commands of SQL
11. What is constrains? Explain FOREIGN KEY constrain with example.
UNIT-3
1. Explain NOT NULL and Check constraints.
2. What is a constraint? Explain primary key constraints.
3. Explain unique integrity constraints.
4. What is Index? Explain different types of index with example (W2019)
5. What is view? Explain create view, alter view and destroy view.
6. What is sequence? How can we create, alter andDrop a sequence?
7. Whatis a synonym? How can we create and drop synonyms?
8. What are referential integrity constraints?
9. Explain foreign key constrains with example.
UNIT-4
UNIT-5
1. Discuss the concept of normalization and explain each anomaly.
2. Discuss first normal form (1NF) and second normal form (2NF).
3. WhatisNormalization?Discuss third normal form of normalization (3NF).
4. Write the advantages and disadvantages of normalization.
5. What is Normalization? Why it is needed?