0
1.2kviews
Database Management Systems Question Paper - May 18 - Information Technology (Semester 3) - Mumbai University (MU)
1 Answer
0
2views

Database Management Systems - May 18

Information Technology (Semester 3)

Total marks: 80
Total time: 3 Hours
INSTRUCTIONS
(1) Question 1 is compulsory.
(2) Attempt any three from the remaining questions.
(3) Draw neat diagrams wherever necessary.

1.a. Explain role of DBA?
(5 marks) 00

1.b. List all the functional dependencies satisfied by the relation.

X Y Z
X1 Y1 Z1
X1 Y2 Z1
X2 Y2 Z1
X2 Y2 Z1

(5 marks) 00

1.c. What is the difference between unique key and primary key?
(5 marks) 00

1.d. Explain different types of attributes with examples?
(5 marks) 00

2.a. Explain static hashing technique with example?
(10 marks) 00

2.b. Define normalization? Explain 1NF, 2NF and 3NF with examples?
(10 marks) 00

3.a. Consider the following employees database.

Employee (empname, street, city, date_of_joining )
Works (empname, company_name, salary )
Company (company_name, city )
Manages (empname, manager_name )

Write SQL queries for the following statements:

  1. Modify the database so that employee "Sachin" now lives in "Mumbai".
  2. Find number of employees in each city with date_of_joining as "01-Aug-2017".
  3. List the name of companies starting with letter "A".
  4. Display empname, manager_name, city of those employees whose date_of_joining is greater then "01-01-2014".

(10 marks) 00

3.b. Explain DBMS architecture.
(10 marks) 00

4.a. Construct a dependency diagram of relation R and normalize it up to the BCNF normal form.

enter image description here

(10 marks) 00

4.b. Explain different types of relational algebra operations.
(10 marks) 00

5.a. Explain cursors and its types with example.
(10 marks) 00

5.b. Draw EER diagram for hospital management system showing constraints on generalisation and specialisation.
(10 marks) 00

Write a short note on:

6.a. Types of entities.
(5 marks) 00

6.b. Authorisation in SQL.
(5 marks) 00

6.c. Views in SQL
(5 marks) 00

6.d. B-tree.
(5 marks) 00

Please log in to add an answer.