0
1.7kviews
Database Management System Question Paper - May 18 - Computer Engineering (Semester 5) - Mumbai University (MU)
1 Answer
0
12views

Database Management System - May 18 (Old Syllabus 2012)

Computer Engineering (Semester 5)

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

1(a) Construct an E-R diagram for a Library Management System. Convert the E-R Diagram to Tables.
(10 marks) 00

1(b) Explain Authorization in SQL.
(5 marks) 637

1(c) List four significant differences between file processing system and database management system.
(5 marks) 634

2(a) Explain types of integrity constraints with example.
(10 marks) 00

2(b) Write SQL queries for the given database.
Employee(eid, emp-name, street, city)
Works(eid, cid, salary)
Company(cid, comp-name, city)
Manager(eid, manager-name)

  • (i) Find the names of all the employees having 'S' as first letter in their names.
  • (ii) Display the annual salary of all the employees.
  • (iii) Find the name, street and city of all employees who work for "Accenture" and earn more than 30,000.
  • (iv) Give total number of employees.
(10 marks) 00

3(a) What is an attribute? Explain different types of attributes with examples.
(10 marks) 00

3(b) What is Normalization? Explain 1NF, 2NF, 3NF, and BCNF.
(10 marks) 651

4(a) Explain following terms with examples

  • (i) Weak Entity Set 643

  • (ii) Data Independence

  • (iii) Extended ER features
  • (iv) Total and Partial participation
(10 marks) 00

4(b) Explain any five Relational Algebra Operators in detail.
(10 marks) 00

5(a) What is Transaction? Discuss the ACID properties of Transaction.
(10 marks) 653

5(b) Describe the overall architecture of DBMS with suitable diagram.
(10 marks) 638

6(a) Explain Log based recovery.
(10 marks) 664

6(b) Write a note on:

  • (i) Armstrong axioms
  • (ii) Thomas write rule 668

(10 marks)

Please log in to add an answer.