SlideShare ist ein Scribd-Unternehmen logo
1 von 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

Weitere ähnliche Inhalte

Was ist angesagt?

Air line reservation system software engeniring
Air line reservation system software engeniringAir line reservation system software engeniring
Air line reservation system software engeniringAsfand Sheraz Khan Niazi
 
Presentation on Railway Reservation System
Presentation on Railway Reservation SystemPresentation on Railway Reservation System
Presentation on Railway Reservation SystemPriyanka Sharma
 
Railway reservation system
Railway reservation systemRailway reservation system
Railway reservation systemAbhishek Yadav
 
Documentation of railway reservation system
Documentation of railway reservation systemDocumentation of railway reservation system
Documentation of railway reservation systemSandip Murari
 
Tour and Travel Management System ppt
Tour and Travel Management System pptTour and Travel Management System ppt
Tour and Travel Management System pptRAJAT BHUYAR
 
Railway Reservation System - Software Engineering
Railway Reservation System - Software EngineeringRailway Reservation System - Software Engineering
Railway Reservation System - Software EngineeringLalit Pal
 
Hotel Management System final report
Hotel Management System final report  Hotel Management System final report
Hotel Management System final report jaysavani5
 
Airline ticket reservation system
Airline ticket reservation systemAirline ticket reservation system
Airline ticket reservation systemSH Rajøn
 
Online vehicle service center management system project report
Online vehicle service center management system project reportOnline vehicle service center management system project report
Online vehicle service center management system project reportmehulgundaliya
 
Online Railway Reservation System
Online Railway Reservation SystemOnline Railway Reservation System
Online Railway Reservation SystemPrince Kumar
 
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 Tours and travel
Online Tours and travelOnline Tours and travel
Online Tours and travelAmit Patil
 
College Management System project
College Management System projectCollege Management System project
College Management System projectManish Kushwaha
 
railway reservation software documentaion
railway reservation software documentaionrailway reservation software documentaion
railway reservation software documentaionJoveria Beg
 
Online Ticket Reservation System-SRS, ERD, DFD, Structured Charts
Online Ticket Reservation System-SRS, ERD, DFD, Structured ChartsOnline Ticket Reservation System-SRS, ERD, DFD, Structured Charts
Online Ticket Reservation System-SRS, ERD, DFD, Structured Chartsgrandhiprasuna
 
srs for railway reservation system
 srs for railway reservation system srs for railway reservation system
srs for railway reservation systemkhushi kalaria
 

Was ist angesagt? (20)

Air line reservation system software engeniring
Air line reservation system software engeniringAir line reservation system software engeniring
Air line reservation system software engeniring
 
Presentation on Railway Reservation System
Presentation on Railway Reservation SystemPresentation on Railway Reservation System
Presentation on Railway Reservation System
 
Railway reservation system
Railway reservation systemRailway reservation system
Railway reservation system
 
Documentation of railway reservation system
Documentation of railway reservation systemDocumentation of railway reservation system
Documentation of railway reservation system
 
Tour and Travel Management System ppt
Tour and Travel Management System pptTour and Travel Management System ppt
Tour and Travel Management System ppt
 
Railway Reservation System - Software Engineering
Railway Reservation System - Software EngineeringRailway Reservation System - Software Engineering
Railway Reservation System - Software Engineering
 
Hotel Management System final report
Hotel Management System final report  Hotel Management System final report
Hotel Management System final report
 
Hospital management system
Hospital management systemHospital management system
Hospital management system
 
Online bus ticket booking
Online bus ticket bookingOnline bus ticket booking
Online bus ticket booking
 
Airline ticket reservation system
Airline ticket reservation systemAirline ticket reservation system
Airline ticket reservation system
 
Online vehicle service center management system project report
Online vehicle service center management system project reportOnline vehicle service center management system project report
Online vehicle service center management system project report
 
Online Railway Reservation System
Online Railway Reservation SystemOnline Railway Reservation System
Online Railway Reservation System
 
Airline reservation system project report (1)
Airline reservation system project report (1)Airline reservation system project report (1)
Airline reservation system project report (1)
 
Online Tours and travel
Online Tours and travelOnline Tours and travel
Online Tours and travel
 
College Management System project
College Management System projectCollege Management System project
College Management System project
 
railway reservation software documentaion
railway reservation software documentaionrailway reservation software documentaion
railway reservation software documentaion
 
Online Ticket Reservation System-SRS, ERD, DFD, Structured Charts
Online Ticket Reservation System-SRS, ERD, DFD, Structured ChartsOnline Ticket Reservation System-SRS, ERD, DFD, Structured Charts
Online Ticket Reservation System-SRS, ERD, DFD, Structured Charts
 
srs for railway reservation system
 srs for railway reservation system srs for railway reservation system
srs for railway reservation system
 
Dbms Project
Dbms ProjectDbms Project
Dbms Project
 
Airline reservation system
Airline reservation system Airline reservation system
Airline reservation system
 

Ähnlich wie 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
 

Ähnlich wie 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
 

Kürzlich hochgeladen

Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-IIFood Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-IIShubhangi Sonawane
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docxPoojaSen20
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701bronxfugly43
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxnegromaestrong
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docxPoojaSen20
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
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
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
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
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxNikitaBankoti2
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 

Kürzlich hochgeladen (20)

Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-IIFood Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
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
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.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...
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
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Ữ Â...
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptx
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 

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.