SlideShare une entreprise Scribd logo
1  sur  30
Group members
 Asad Nisar
 Nauman Abbas
 Muhammad Fahad
 Husnain Ehsan
 Fazeela Safdar
Airport Management System
Course
DBMS
Instructor
Sir Usman
Table of Content
 What is Database
 Database Management
 Importance of DBMS
 Airport Management System Introduction
 Benefits
 Implement of DBMS
 Requirement
 ER-Diagram
 SQL
 Security
.
Over View
A Collection of logical
related data it can easily
access.
Data store in
Tables, Rows
And Column
Data
Base
A database management system (DBMS) is
system software.
Creating and managing databases.
In which files are integrated to each other
The DBMS facilitates the user to create,
retrieve, update and manage data.
Database management
Importance of DBMS
 It helps make data management more efficient
and effective.
 A database management system stores, organizes
and manages a large amount of information
within a single software application.
 Use of this system increases efficiency of business
operations and reduces overall costs.
Introduction of Airport
Managements System
 We used DBMS in airport management system.
 First of all, we need to identify the entities, attribute
and relationships.
 When we use DBMS, the record of all airport
management entities is in the same location.
 We shows entities, attributes and relationships by ER
diagram.
 SQL is a language which is used for applying queries.
Example we applying queries for insertion, deletion or
updating etc.
Benefits
 While using DBMS, the data is independent.
 It removes duplication of data.
 Easy to insert, update and delete data in DBMS.
 When we use DBMS, the files integrated each other.
 We can secure our data by using DBMS.
Problems
 They do not communicate at accurate time.
 Duplication of Data
 Data Dependency
 At the Time of installation of a data base or
implementation of database we check the capacity of
the operating system if operating system cannot
capable to perform the operations we need to install
a upgrade operating system to run a database
efficiently.
Implement of DBMS
 Analyze user environment.
 Develop logical model.
 Choose DBMS.
 Map logical model DBMS.
 Develop physical Design.
 Evaluate Physical Model.
Requirements of AMS
 Database management system required a operating system
that have capability to run and perform the operation of
database with the help of quires.
 Database required a that Database Administrator for
control the of the data flow.
Entities & Attribute
 ENTITY : Airpot
ATTRIBUTES (Airpot_id, Airpot_name, city)
 ENTITY : Employee
ATTRIBUTES (emp _id, emp _ name, emp_age, Airport_name,
salary, Job, emp_Address)
 ENTITY : Passengers
ATTRIBUTES (p_id, p_name, p_age, p_address, country_name)
 ENTITY : Airline Companies
ATTRIBUTES (c_id, c_name, city, country)
 ENTITY : Ticket
ATTRIBUTES (order_no, flight_name, seat_class, price, passenger_name)
 ENTITY : Flight time
ATTRIBUTES (Flight_no, Airport_name , Arrivals_hours , Aiport _arrival,
Departure_Hours)
AIRPORT
City
Airport_Name
ID
Has
Employee
s
Emp_id
Emp_name
JOB
Salary/payment
AGE
Serv
e
Passenger
s
Countr
y
P_Address
P_Name
P_ID
Purchase
s
Tickets
Class/seat
Flight/
company
Flight
Number Price
Passenger
name
Carries
Airlines
company
IDCountry
Nam
e
City
Belong
s to
FlightsAirport
Name
Airport
arrrival
Departure
_Hour
Flight_no
1
M
M
M
M
M
1
1
1
M
M
Description
 Airport has employees
 Employees serve passengers
 Passengers purchases tickets
 Flight carries passengers
 Ticket belongs to flight
Models of DBMS
Data Model is a collection of concept used to describe
the structure of a data.
It contains data types, relationships, and constraints.
 Hierarchical model
 Network model
 Relational model
Relational Model
 Conceptually simple
 Computers lacked power to implement the relational model
 We are using the RDBMS in this data model
 RDBMS has its ability to hide the complexities of the
relational model from the user.
 It contains tables.
SQL
 S.Q.L stands for Structured Query language.
 It is used to interact with the database.
 SQL was developed by IBM.
 It is the standard language for RDBMS.
 Using SQL statements we can perform tasks such as
retrieving or updating data from the database.
 Select statement
 Create table
 Insert into
 Delete table
Basic statements
 Data definition language
 Select statement
 Create statement
 Alter statement
Adding a column
Renaming a column
 Drop statement
Select statement
Select*
From<Table Name>
Where<Condition>
Example
Select*
From student
where name = Ali;
Create statement
Create table <table name>
(Column 1 data type,
Column 2 data type…
Column n data type)
Example:
Create table <Student>
{std_id varchar (15)
Std _name varchar(20)
Std_address varchar (40)};
Alter statement
Alter table <table name>
ADD(Column 1 data type,Column 2 data type…, Column n data
type);
Alter table student
Add(Roll_no varchar(10),std_age varchar(3));
Drop Statement
 Syntax:
 Drop Table <table name>
 Example:
 Drop Table Student;
Basic statements
 Data manipulation language(DML)
 Insert statement
 Delete statement
Insert statement
Syntax:
insert into <table name> (column 1, coulmn 2…,
column n)
Values (value 1, value2,… value n);
Example:
insert into student ( std _id, std_name, std-address)
Values (10, Ali, ABC)
Delete statement
Syntax:
delete from <table name>
where (condition)
Example:
delete from student
where std_id=10;
DBMS Security
 The unit of data used in specifying security in the database
can be, for example;
• the entire database
• a set of relations
• individual relation
• a set of tuples in a relation
• individual tuple
• a set of attributes of all tuples
• an attribute of an individual tuple.
Security
 Database Security involves protection against:
 unauthorized disclosures
 alteration
 destruction
 Stop people without db access from having any access.
Database Project Airport management System

Contenu connexe

Tendances

Airline reservation system 1
Airline reservation system 1Airline reservation system 1
Airline reservation system 1_faisalkhan
 
Airline Management System [for presentation]
Airline Management System [for presentation]Airline Management System [for presentation]
Airline Management System [for presentation]SH Rajøn
 
Airline reservation system project report (1)
Airline reservation system project report (1)Airline reservation system project report (1)
Airline reservation system project report (1)MostafaMorsyMohamed
 
Online Bus Ticket Reservation System
Online Bus Ticket Reservation SystemOnline Bus Ticket Reservation System
Online Bus Ticket Reservation SystemTuvshinbayar Davaa
 
Airline Reservation System
Airline Reservation SystemAirline Reservation System
Airline Reservation SystemSahil Talwar
 
placement management system.pptx
placement management system.pptxplacement management system.pptx
placement management system.pptxPriyansuPradhan2
 
Hotel Management System SRS
Hotel Management System SRS Hotel Management System SRS
Hotel Management System SRS Paras
 
Hospital Management System
Hospital Management SystemHospital Management System
Hospital Management SystemPranil Dukare
 
A mini project on designing a DATABASE for Library management system using mySQL
A mini project on designing a DATABASE for Library management system using mySQLA mini project on designing a DATABASE for Library management system using mySQL
A mini project on designing a DATABASE for Library management system using mySQLsvrohith 9
 
MS Access Database Project proposal on Airline Reservation System
MS Access Database Project proposal on Airline Reservation SystemMS Access Database Project proposal on Airline Reservation System
MS Access Database Project proposal on Airline Reservation SystemFaisal Shahzad Khan
 
Student management system
Student management systemStudent management system
Student management systemAmit Gandhi
 
Presentation Of Hostel Management System SRS
Presentation Of Hostel Management System SRSPresentation Of Hostel Management System SRS
Presentation Of Hostel Management System SRShira akram
 
Software Requirements Specification for restaurant management system
Software Requirements Specification for restaurant management systemSoftware Requirements Specification for restaurant management system
Software Requirements Specification for restaurant management systemSM. Aurnob
 
Airline Reservation system(project report of six week training)-ppt
Airline Reservation system(project report of six week training)-pptAirline Reservation system(project report of six week training)-ppt
Airline Reservation system(project report of six week training)-pptPunjab technical University
 
Student information system project report
Student information system project reportStudent information system project report
Student information system project reportSuman Chandra
 
SRS on airline reservation system
SRS on airline reservation system SRS on airline reservation system
SRS on airline reservation system VikasSingh958
 

Tendances (20)

Airline reservation system 1
Airline reservation system 1Airline reservation system 1
Airline reservation system 1
 
Airline Management System [for presentation]
Airline Management System [for presentation]Airline Management System [for presentation]
Airline Management System [for presentation]
 
Airline reservation system project report (1)
Airline reservation system project report (1)Airline reservation system project report (1)
Airline reservation system project report (1)
 
Airline reservation system
Airline reservation system Airline reservation system
Airline reservation system
 
Online Bus Ticket Reservation System
Online Bus Ticket Reservation SystemOnline Bus Ticket Reservation System
Online Bus Ticket Reservation System
 
Airline Reservation System
Airline Reservation SystemAirline Reservation System
Airline Reservation System
 
placement management system.pptx
placement management system.pptxplacement management system.pptx
placement management system.pptx
 
Hotel Management System SRS
Hotel Management System SRS Hotel Management System SRS
Hotel Management System SRS
 
Hospital Management System
Hospital Management SystemHospital Management System
Hospital Management System
 
Hospital management system
Hospital management systemHospital management system
Hospital management system
 
A mini project on designing a DATABASE for Library management system using mySQL
A mini project on designing a DATABASE for Library management system using mySQLA mini project on designing a DATABASE for Library management system using mySQL
A mini project on designing a DATABASE for Library management system using mySQL
 
MS Access Database Project proposal on Airline Reservation System
MS Access Database Project proposal on Airline Reservation SystemMS Access Database Project proposal on Airline Reservation System
MS Access Database Project proposal on Airline Reservation System
 
Student management system
Student management systemStudent management system
Student management system
 
School Management System
School Management SystemSchool Management System
School Management System
 
Presentation Of Hostel Management System SRS
Presentation Of Hostel Management System SRSPresentation Of Hostel Management System SRS
Presentation Of Hostel Management System SRS
 
Software Requirements Specification for restaurant management system
Software Requirements Specification for restaurant management systemSoftware Requirements Specification for restaurant management system
Software Requirements Specification for restaurant management system
 
Airline Reservation system(project report of six week training)-ppt
Airline Reservation system(project report of six week training)-pptAirline Reservation system(project report of six week training)-ppt
Airline Reservation system(project report of six week training)-ppt
 
Hospital management system
Hospital management systemHospital management system
Hospital management system
 
Student information system project report
Student information system project reportStudent information system project report
Student information system project report
 
SRS on airline reservation system
SRS on airline reservation system SRS on airline reservation system
SRS on airline reservation system
 

Similaire à Database Project Airport management System

Database management system by Neeraj Bhandari ( Surkhet.Nepal )
Database management system by Neeraj Bhandari ( Surkhet.Nepal )Database management system by Neeraj Bhandari ( Surkhet.Nepal )
Database management system by Neeraj Bhandari ( Surkhet.Nepal )Neeraj Bhandari
 
Bank mangement system
Bank mangement systemBank mangement system
Bank mangement systemFaisalGhffar
 
Ado.Net Architecture
Ado.Net ArchitectureAdo.Net Architecture
Ado.Net ArchitectureUmar Farooq
 
Module 02 teradata basics
Module 02 teradata basicsModule 02 teradata basics
Module 02 teradata basicsMd. Noor Alam
 
Database Modeling presentation
Database Modeling  presentationDatabase Modeling  presentation
Database Modeling presentationBhavishya Tyagi
 
Roles y Responsabilidades en SQL Azure
Roles y Responsabilidades en SQL AzureRoles y Responsabilidades en SQL Azure
Roles y Responsabilidades en SQL AzureEduardo Castro
 
Csharp_dotnet_ADO_Net_database_query.pptx
Csharp_dotnet_ADO_Net_database_query.pptxCsharp_dotnet_ADO_Net_database_query.pptx
Csharp_dotnet_ADO_Net_database_query.pptxfacebookrecovery1
 
Chapter Seven- JDBC.pptx
Chapter Seven- JDBC.pptxChapter Seven- JDBC.pptx
Chapter Seven- JDBC.pptxBlenKassahun1
 
Database Management System (DBMS).pptx
Database Management System (DBMS).pptxDatabase Management System (DBMS).pptx
Database Management System (DBMS).pptxGevitaChinnaiah
 
Cdocumentsandsettingsuser1desktop2 dbmsexamples-091012013049-phpapp01
Cdocumentsandsettingsuser1desktop2 dbmsexamples-091012013049-phpapp01Cdocumentsandsettingsuser1desktop2 dbmsexamples-091012013049-phpapp01
Cdocumentsandsettingsuser1desktop2 dbmsexamples-091012013049-phpapp01Raza Baloch
 
Overview of atg framework
Overview of atg frameworkOverview of atg framework
Overview of atg frameworkYousuf Roushan
 
MIS5101 WK10 Outcome Measures
MIS5101 WK10 Outcome MeasuresMIS5101 WK10 Outcome Measures
MIS5101 WK10 Outcome MeasuresSteven Johnson
 

Similaire à Database Project Airport management System (20)

[PHPUGPH] PHP Roadshow - MySQL
[PHPUGPH] PHP Roadshow - MySQL[PHPUGPH] PHP Roadshow - MySQL
[PHPUGPH] PHP Roadshow - MySQL
 
Module02
Module02Module02
Module02
 
Database management system by Neeraj Bhandari ( Surkhet.Nepal )
Database management system by Neeraj Bhandari ( Surkhet.Nepal )Database management system by Neeraj Bhandari ( Surkhet.Nepal )
Database management system by Neeraj Bhandari ( Surkhet.Nepal )
 
SQLSlide
SQLSlideSQLSlide
SQLSlide
 
Bank mangement system
Bank mangement systemBank mangement system
Bank mangement system
 
What is inventor2
What is inventor2What is inventor2
What is inventor2
 
Ado.Net Architecture
Ado.Net ArchitectureAdo.Net Architecture
Ado.Net Architecture
 
Module 02 teradata basics
Module 02 teradata basicsModule 02 teradata basics
Module 02 teradata basics
 
Database Modeling presentation
Database Modeling  presentationDatabase Modeling  presentation
Database Modeling presentation
 
7. SQL.pptx
7. SQL.pptx7. SQL.pptx
7. SQL.pptx
 
Roles y Responsabilidades en SQL Azure
Roles y Responsabilidades en SQL AzureRoles y Responsabilidades en SQL Azure
Roles y Responsabilidades en SQL Azure
 
Database fundamentals
Database fundamentalsDatabase fundamentals
Database fundamentals
 
Csharp_dotnet_ADO_Net_database_query.pptx
Csharp_dotnet_ADO_Net_database_query.pptxCsharp_dotnet_ADO_Net_database_query.pptx
Csharp_dotnet_ADO_Net_database_query.pptx
 
Chapter Seven- JDBC.pptx
Chapter Seven- JDBC.pptxChapter Seven- JDBC.pptx
Chapter Seven- JDBC.pptx
 
Database Management System (DBMS).pptx
Database Management System (DBMS).pptxDatabase Management System (DBMS).pptx
Database Management System (DBMS).pptx
 
DBMS an Example
DBMS an ExampleDBMS an Example
DBMS an Example
 
Cdocumentsandsettingsuser1desktop2 dbmsexamples-091012013049-phpapp01
Cdocumentsandsettingsuser1desktop2 dbmsexamples-091012013049-phpapp01Cdocumentsandsettingsuser1desktop2 dbmsexamples-091012013049-phpapp01
Cdocumentsandsettingsuser1desktop2 dbmsexamples-091012013049-phpapp01
 
Mysqlppt
MysqlpptMysqlppt
Mysqlppt
 
Overview of atg framework
Overview of atg frameworkOverview of atg framework
Overview of atg framework
 
MIS5101 WK10 Outcome Measures
MIS5101 WK10 Outcome MeasuresMIS5101 WK10 Outcome Measures
MIS5101 WK10 Outcome Measures
 

Dernier

TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Pooja Bhuva
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxDr. Sarita Anand
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxPooja Bhuva
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfNirmal Dwivedi
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxAmanpreet Kaur
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxJisc
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Pooja Bhuva
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseAnaAcapella
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfDr Vijay Vishwakarma
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Association for Project Management
 

Dernier (20)

TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 

Database Project Airport management System

  • 1.
  • 2. Group members  Asad Nisar  Nauman Abbas  Muhammad Fahad  Husnain Ehsan  Fazeela Safdar
  • 4. Table of Content  What is Database  Database Management  Importance of DBMS  Airport Management System Introduction  Benefits  Implement of DBMS  Requirement  ER-Diagram  SQL  Security
  • 5. . Over View A Collection of logical related data it can easily access. Data store in Tables, Rows And Column Data Base
  • 6. A database management system (DBMS) is system software. Creating and managing databases. In which files are integrated to each other The DBMS facilitates the user to create, retrieve, update and manage data. Database management
  • 7. Importance of DBMS  It helps make data management more efficient and effective.  A database management system stores, organizes and manages a large amount of information within a single software application.  Use of this system increases efficiency of business operations and reduces overall costs.
  • 8. Introduction of Airport Managements System  We used DBMS in airport management system.  First of all, we need to identify the entities, attribute and relationships.  When we use DBMS, the record of all airport management entities is in the same location.  We shows entities, attributes and relationships by ER diagram.  SQL is a language which is used for applying queries. Example we applying queries for insertion, deletion or updating etc.
  • 9. Benefits  While using DBMS, the data is independent.  It removes duplication of data.  Easy to insert, update and delete data in DBMS.  When we use DBMS, the files integrated each other.  We can secure our data by using DBMS.
  • 10. Problems  They do not communicate at accurate time.  Duplication of Data  Data Dependency  At the Time of installation of a data base or implementation of database we check the capacity of the operating system if operating system cannot capable to perform the operations we need to install a upgrade operating system to run a database efficiently.
  • 11. Implement of DBMS  Analyze user environment.  Develop logical model.  Choose DBMS.  Map logical model DBMS.  Develop physical Design.  Evaluate Physical Model.
  • 12. Requirements of AMS  Database management system required a operating system that have capability to run and perform the operation of database with the help of quires.  Database required a that Database Administrator for control the of the data flow.
  • 13. Entities & Attribute  ENTITY : Airpot ATTRIBUTES (Airpot_id, Airpot_name, city)  ENTITY : Employee ATTRIBUTES (emp _id, emp _ name, emp_age, Airport_name, salary, Job, emp_Address)  ENTITY : Passengers ATTRIBUTES (p_id, p_name, p_age, p_address, country_name)  ENTITY : Airline Companies ATTRIBUTES (c_id, c_name, city, country)  ENTITY : Ticket ATTRIBUTES (order_no, flight_name, seat_class, price, passenger_name)  ENTITY : Flight time ATTRIBUTES (Flight_no, Airport_name , Arrivals_hours , Aiport _arrival, Departure_Hours)
  • 14.
  • 16. Description  Airport has employees  Employees serve passengers  Passengers purchases tickets  Flight carries passengers  Ticket belongs to flight
  • 17. Models of DBMS Data Model is a collection of concept used to describe the structure of a data. It contains data types, relationships, and constraints.  Hierarchical model  Network model  Relational model
  • 18. Relational Model  Conceptually simple  Computers lacked power to implement the relational model  We are using the RDBMS in this data model  RDBMS has its ability to hide the complexities of the relational model from the user.  It contains tables.
  • 19. SQL  S.Q.L stands for Structured Query language.  It is used to interact with the database.  SQL was developed by IBM.  It is the standard language for RDBMS.  Using SQL statements we can perform tasks such as retrieving or updating data from the database.  Select statement  Create table  Insert into  Delete table
  • 20. Basic statements  Data definition language  Select statement  Create statement  Alter statement Adding a column Renaming a column  Drop statement
  • 22. Create statement Create table <table name> (Column 1 data type, Column 2 data type… Column n data type) Example: Create table <Student> {std_id varchar (15) Std _name varchar(20) Std_address varchar (40)};
  • 23. Alter statement Alter table <table name> ADD(Column 1 data type,Column 2 data type…, Column n data type); Alter table student Add(Roll_no varchar(10),std_age varchar(3));
  • 24. Drop Statement  Syntax:  Drop Table <table name>  Example:  Drop Table Student;
  • 25. Basic statements  Data manipulation language(DML)  Insert statement  Delete statement
  • 26. Insert statement Syntax: insert into <table name> (column 1, coulmn 2…, column n) Values (value 1, value2,… value n); Example: insert into student ( std _id, std_name, std-address) Values (10, Ali, ABC)
  • 27. Delete statement Syntax: delete from <table name> where (condition) Example: delete from student where std_id=10;
  • 28. DBMS Security  The unit of data used in specifying security in the database can be, for example; • the entire database • a set of relations • individual relation • a set of tuples in a relation • individual tuple • a set of attributes of all tuples • an attribute of an individual tuple.
  • 29. Security  Database Security involves protection against:  unauthorized disclosures  alteration  destruction  Stop people without db access from having any access.