Airport Management System: Presentaion On
Airport Management System: Presentaion On
Airport Management
System
By
Vaibhav Sonawane (09)
Asmita Rathod (10)
Hiral Mali (11)
Swikar Patil (12)
What is a Database?
AIRPORT:- In Airport entity, there is one primary key and one composite key. Airport name is a
primary key and country is a composite key which is composited of another attribute i.e City and
State.
AIRLINE:- In Airline entity, there are two attributes in these Airline_id is a primary key and other
attribute is Airline_name.
EMPLOYEE:- In Employee entity, there are three types of attributes are used first is key attribute
i.e employee_id, second one is derived attribute i.e. Age and third one is multivalued attribute which
contain multiple values of phone number.
FLIGHT:- In this entity there is flight number is a primary key and duration is a derived attribute
which is derived from another attribute.
PASSENGER:- In this entity passport number is a primary key, age is derived attribute and phone
number is multivalued attribute which holds multiple values.Other attributes are Name, Address,
Sex and Date of Birth.
TICKETS:- This entity contains various attributes such as Ticket number which is primary key,
Airline name, Price, Duration which is derived attribute, seat no, class, etc.
Table
Duration Status
Table
Table 5: Ticket_Number Airline_Name Price Seat_No Class Depature_Time
Disabling Trigger: -
Alter Trigger Seat_allocation Disable;
Deleting a Trigger:-
Drop trigger Seat_allocation;
Conslusion