0
1.4kviews
Database Management Systems Question Paper - Jun 19 - Information Technology (Semester 3) - Mumbai University (MU)
1 Answer
0
7views

Database Management Systems - Jun 19

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.
</span</p>

1(a) Define Generalization and Specialization.

(5 marks) 00

1.b. Compare the traditional file system with Database.

(5 marks) 00

1.c. What are the different aggregate functions used in SQL? Explain with the help of examples.

(5 marks) 00

1.d. Explain triggers with examples

(5 marks) 00

2.a. Consider the following schema for institute Library. 10 Student ( Rollno, Name, Father_name, Branch) Book (ISBN, Title, Author, Publisher) Issue ( Rollno, ISBN, Date_of_Issue) Write SQL queries for the following statements i. List Roll Number and Name of all students of the branch CSE.

ii. Find the name of students who have issued a book published by ‘ABC’ publisher.

iii. List title of all books and their author issued by student ‘Prashant’

iv. List title of all books issued on or before 1st JAN 2014

(10 marks) 00

2.b. Explain the operation on files.

(10 marks) 00

3.a. Define normal forms and explain with suitable example First, Second and Third normal forms.

(10 marks) 00

3.b. Discuss the basic operations that can perform using relational algebra.

(10 marks) 00

4.a. Define the following terms

i. Nested Queries

ii. DBA

(10 marks) 00

4.b. Consider a relation R with five attributes ABCDE. You are given the following dependencies: A→B BC→E ED→A

i. List all keys for R

ii. Is R in 3NF

iii. Is R in BCNF

(10 marks) 00

5.a. Discuss the different security and authorization mechanisms in Database Management System.

(10 marks) 00

5.b. What is SQL Indexes? Explain types of Indexes with examples.

(10 marks) 00

6.a. Define Key Constraints and Referential Constraints. Explain the concept of foreign key with example.

(10 marks) 00

6.b. Define the following terms

i. Weak Entity Set

ii. Total Participation

iii. Partial Participation

iv. Entity Type

(10 marks) 00

Please log in to add an answer.