DBMSW 2019
DBMSW 2019
___________
1
(c) A college maintains details of its lecturers' subject area skills. These 07
details comprise:
Lecturer Number, Lecturer Name, Lecturer Grade, Department
Code, Department Name, Subject Code, Subject Name, Subject
Level
Assume that each lecturer may teach many subjects but may not
belong to more than one department. Subject Code, Subject Name
and Subject Level are repeating fields.
Normalize this data to Third Normal Form.
OR
Q.3 (a) Explain various Normal forms up to 3NF. 03
(b) Explain Armstrong’s Axioms in detail. 04
(c) A software contract and consultancy firm maintain details of all 07
the various projects in which its employees are currently involved.
These details comprise: Employee Number, Employee Name,
Date of Birth, Department Code, Department Name, Project Code,
Project Description, Project Supervisor
Q.5 (a) What is PL/SQL. Explain the difference between SQL and 03
PL/SQL.
(b) Write a note on two phase locking protocol. 04
(c) Consider following schema and write SQL for given 07
statements.
*************