DBMS MST-1 Paper New
DBMS MST-1 Paper New
-------------------------------------------------------------------------------------------------------------------------------------------
Q.1 What is E-R diagram? Draw an E-R diagram for railway management system and also covert ER
diagram to relation data model and implement. [CO2]
Q.2 Draw and explain overall structure of DBMS and application architecture. [CO1]
Q.3 What do you understand by join? Explain different types of join with example. [CO2]
Q.4 What do you understand integrity constraint? Explain different type of integrity constraint with
suitable example. [CO2]
Q.5 Consider following schema Employee (Emp_ID, Emp_Name, Emp_city) and Company (Emp_ID,
Emp_Salary, Emp_Dept) make a relation and answers following queries: [CO3, CO1]
(ii) Write a SQL query to display Emp_name, Emp_city and salary of all employee whose
salary>15,000.
(iii) Write a SQL query to display Emp_ID who are in technical department.
a) Trigger
Q.7 The student information in a school is stored in the following relation: [CO3]
Prepare a database table for student and Write query that returns the section in which the average
mark of male students is more than the average mark of all the students in the school.