CS3492-DBMS - Important 16-Mark Questions
CS3492-DBMS - Important 16-Mark Questions
Unit 1
16 MARKS QUESTIONS
6. Draw an E – R Diagram for Banking, University, Company, Airlines, ATM, Hospital, Library,
Super market, Insurance Company.
8. Consider the universal relation R={ A,B,C,D,E,F,G,H,I} and the set of functional
dependencies
F={(A,B)->{C],{A}>{D,E},{B}->{F},{F}->{G,H},{D}->[I,J}.what is the key for Decompose
R into 2NF,the 3NF relations.
9. What are the pitfalls in relational database design? With a suitable example, explain the role of
functional dependency in the process of normalization.
Unit 2
16 MARKS
ii. Write a SQL query to display employee name, employee city ,company name and salary of all the
employees whose salary >10000
iii. Write a query to display all the employees working in “XYZ company
a. Find the names of employees who have borrowed a book Published by McGraw-Hill.
b. Find the names of employees who have borrowed all books Published by McGraw-Hill.
c. Find the names of employees who have borrowed more than five different books published by
McGraw-Hill.
d. For each publisher, find the names of employees who have borrowed more than five books of that
publisher.
iv Hash join
Unit 3
16 MARK QUESTIONS
1. Explain in detail about Lock based protocols and Timestamp based protocols.
2. Write briefly about serializability with example.
Unit 4
16 MARK QUESTIONS
1. How the records are represented and organized in files . Explain with suitable example
Unit 5
16 MARKS