You are on page 1of 1

KIET Group of Institutions

Department of Computer Science and Engineering


COURSE B.Tech, Vth SEM,
Assignment No.-1, (2022-23) ODD Semester
DBMS (KCS-501)
Q. Mar
Questions BL
No. ks
1 Analyse the difference between Super Key, Candidate key and Primary key. Justify your 5 BL-4
answer with suitable examples.
2 Draw the E-R diagram of online movie ticket booking. 5 BL-5
3 Describe Generalization, specialization and aggregation with suitable example. 5 BL-3
4 Define 3schema architecture of DBMS. 5 BL-2
5 Design an E_R Diagram for flight database. The flight database stores details about an 5 BL-5
airline’s fleet, flights, and seat bookings. Again, it’s a hugely simplified version of what a
real airline would use, but the principles are the same. Consider the following
requirements list:
 The airline has one or more airplanes.
 An airplane has a model number, a unique registration number, and the capacity to
take one or more passengers.
 An airplane flight has a unique flight number, a departure airport, a destination
airport, a departure date and time, and an arrival date and time.
 Each flight is carried out by a single airplane.
 A passenger has given names, a surname, and a unique email address.
 A passenger can book a seat on a flight.

6 5 BL-5

Find the minimum number of tables required to represent the given ER diagram in
relational model. Give schema of these tables.
7 Describe Data Independence. 5 BL-3

You might also like