SlideShare a Scribd company logo
4
Most read
7
Most read
8
Most read
1
Index:-
Sr no. Title Page no.
1 What is Database 4
2 Database Management 5
3 Importance of DBMS 5
4 Airline Management System Introduction 6
5 Benefits 6
6 Implement of DBMS 7
7 Requirement 8
8 ER Diagram 10
9 SQL 11
10 Security 15
11 References 16
aniket handore
2
Database:-
overview
collection of logical related
data it can easily access
Data store in table,Rows
And Column
aniket handore
3
Database management:-
 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.
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.
aniket handore
4
Introduction of Airline Managements System:-
 We used DBMS in airline 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.
aniket handore
5
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.
aniket handore
6
Requirements of DMS:-
 Database management system required an operating system that
has 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.
aniket handore
Aniket
Handore
Digitally signed by Aniket
Handore
DN: cn=Aniket Handore,
o=TechRoid Aniket, ou=1,
email=anikethandore1@gmail.co
m, c=IN
Date: 2019.02.03 14:35:27 +05'30'
7
Entities & Attribute:-
 ENTITY: Airport
Attribute (Airport_id,Airport_name,city)
 ENTITY: Employee
Attribute (emp_id, emp_name,emp_age,Airport_name,
Salary,job,emp_address)
 ENTITY: Passengers
Attribute(p_id,p_name,p_age,p_adress,country_name )
 ENTITY: Airline Companies
Attribute (c_id,c_name,city,country)
 ENTITY: Ticket
Attribute (order_no,flight_name,seat_dass,price,
passenger_name)
 ENTITY: flight time
Attribute (flight_no,airport_name,arrivals_hours,
airport_arrival,departure_hours)
aniket handore
8
ER Diagram:-
aniket handore
9
Description:-
 Airport has employees
 Employees serve passengers
 Passengers purchases tickets
 Flight carries passengers
 Ticket belongs to flight
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
 Insert into
 Delete table
aniket handore
10
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>
( colume1 data_type,
colume2 data_type,…
colume n data_type);
aniket handore
11
Example
Create table student
( std_id varchar(15),
Std_name varchar(20),
Std_address varchar(40));
Alter statement:-
Alter table <table_name>
Add(colume1 data_type,colume2 data_type,column
Data_type);
Example
Alter table student
Add (roll_no varchar(10),std_age varchar(3));
Drop statement:-
Drop table <table_name>;
Example
Drop table student;
aniket handore
12
Basic statements:-
 Data manipulation language(DML)
 Insert statement
 Delete statement
Insert statement:-
Syntax:
Insert into <table_name> (colume1,colume2,..colume n)
Values(value1,value2,…value n);
Example:
Insert into student (std_id,name,address)
Values(10,ali,abc);
Delete statement:-
Syntax:
Delete from <table_name>
Where (condition);
Example:
Delete from student
Where std_id=10;
aniket handore
13
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.
aniket handore
14
Reference:-
 https://en.wikipedia.org/wiki/Database
 https://www.slideshare.net/FahadChishti/database-project-airport-
management-system
 https://google.com aniket handore

More Related Content

What's hot (20)

PPTX
Dbms architecture
Shubham Dwivedi
 
DOC
DBMS Practical File
Dushmanta Nath
 
PPTX
Dfd examples
Mohit
 
PPTX
Consistency in NoSQL
Dr-Dipali Meher
 
DOCX
Airlines Database Design
Shekhar K. Sharma
 
PDF
Pharmacy management system fyp documentation
Abubakr Cheema
 
PPTX
FUNCTION DEPENDENCY AND TYPES & EXAMPLE
Vraj Patel
 
PPT
1. Introduction to DBMS
koolkampus
 
PPTX
Online Ticket Reservation System-SRS, ERD, DFD, Structured Charts
grandhiprasuna
 
PPTX
Data flow diagrams
shhajira
 
PPT
Distributed Database System
Sulemang
 
DOCX
srs for railway reservation system
khushi kalaria
 
PPTX
Database Management System
Nishant Munjal
 
PPT
Fundamentals of Database system
philipsinter
 
PDF
DBMS Part-4.pdf
Prof. Dr. K. Adisesha
 
PPTX
Database management system
9535814851
 
PPSX
Employee Management System
vivek shah
 
PPT
DBMS
akshaythusoo
 
PPT
Lecture 01 introduction to database
emailharmeet
 
PPT
Entity Relationship Diagram
Shakila Mahjabin
 
Dbms architecture
Shubham Dwivedi
 
DBMS Practical File
Dushmanta Nath
 
Dfd examples
Mohit
 
Consistency in NoSQL
Dr-Dipali Meher
 
Airlines Database Design
Shekhar K. Sharma
 
Pharmacy management system fyp documentation
Abubakr Cheema
 
FUNCTION DEPENDENCY AND TYPES & EXAMPLE
Vraj Patel
 
1. Introduction to DBMS
koolkampus
 
Online Ticket Reservation System-SRS, ERD, DFD, Structured Charts
grandhiprasuna
 
Data flow diagrams
shhajira
 
Distributed Database System
Sulemang
 
srs for railway reservation system
khushi kalaria
 
Database Management System
Nishant Munjal
 
Fundamentals of Database system
philipsinter
 
DBMS Part-4.pdf
Prof. Dr. K. Adisesha
 
Database management system
9535814851
 
Employee Management System
vivek shah
 
Lecture 01 introduction to database
emailharmeet
 
Entity Relationship Diagram
Shakila Mahjabin
 

Similar to Air Line Management System | DBMS project (20)

PPTX
ppt on database management
sonveer singh baghel
 
PPTX
Database Computer presentation file .pptx
Misqalezara
 
PPTX
unit 1 introduction to dbms [1-1.2].pptx
puneroshni
 
PPT
Bsc cs ii-dbms- u-i-database systems
Rai University
 
PPTX
DBMS-1.pptx
kingVox
 
PPT
Mca ii-dbms- u-i-introductory concepts of dbms
Rai University
 
PPTX
Introduction to Database Systems, File System vs DBMS,
agrawalmonikacomp
 
PPT
DBMS ACCESS programming and learning .ppt
MANISH169648
 
PPTX
Basic of Database Management System(DBMS)
anjanasharma77573
 
PPT
Lecture 1 =Unit 1 Part 1.ppt
DeeptimaanKrishnaJad
 
PDF
Introduction to Database Management System
Amiya9439793168
 
PDF
WHAT IS A DBMS? EXPLAIN DIFFERENT MYSQL COMMANDS AND CONSTRAINTS OF THE SAME.
`Shweta Bhavsar
 
PDF
UNIT 1. Database management system notes
n32310997
 
PPTX
DBMS introduction
BHARATH KUMAR
 
PPTX
Database
santoshsaini22
 
PPTX
Dbms
Rupali Salunkhe
 
PPTX
Lecture 1-Introduction to Database Management Systems.pptx
dude100099
 
PPT
Database management system basics and it applications
RAJESH S
 
PDF
DATABASE MANAGEMENT SYSTEMS university course materials useful for students ...
SakkaravarthiS1
 
PDF
DATABASE MANAGEMENT SYSTEMS.pdf
NikitaKumari71
 
ppt on database management
sonveer singh baghel
 
Database Computer presentation file .pptx
Misqalezara
 
unit 1 introduction to dbms [1-1.2].pptx
puneroshni
 
Bsc cs ii-dbms- u-i-database systems
Rai University
 
DBMS-1.pptx
kingVox
 
Mca ii-dbms- u-i-introductory concepts of dbms
Rai University
 
Introduction to Database Systems, File System vs DBMS,
agrawalmonikacomp
 
DBMS ACCESS programming and learning .ppt
MANISH169648
 
Basic of Database Management System(DBMS)
anjanasharma77573
 
Lecture 1 =Unit 1 Part 1.ppt
DeeptimaanKrishnaJad
 
Introduction to Database Management System
Amiya9439793168
 
WHAT IS A DBMS? EXPLAIN DIFFERENT MYSQL COMMANDS AND CONSTRAINTS OF THE SAME.
`Shweta Bhavsar
 
UNIT 1. Database management system notes
n32310997
 
DBMS introduction
BHARATH KUMAR
 
Database
santoshsaini22
 
Lecture 1-Introduction to Database Management Systems.pptx
dude100099
 
Database management system basics and it applications
RAJESH S
 
DATABASE MANAGEMENT SYSTEMS university course materials useful for students ...
SakkaravarthiS1
 
DATABASE MANAGEMENT SYSTEMS.pdf
NikitaKumari71
 
Ad

Recently uploaded (20)

PPTX
2025 CGI Congres - Surviving agile v05.pptx
Derk-Jan de Grood
 
PPTX
Fundamentals of Quantitative Design and Analysis.pptx
aliali240367
 
PPTX
Explore USA’s Best Structural And Non Structural Steel Detailing
Silicon Engineering Consultants LLC
 
PPTX
Basics of Electrical Engineering and electronics .pptx
PrabhuNarayan6
 
PDF
Data structures notes for unit 2 in computer science.pdf
sshubhamsingh265
 
PDF
methodology-driven-mbse-murphy-july-hsv-huntsville6680038572db67488e78ff00003...
henriqueltorres1
 
PPTX
Distribution reservoir and service storage pptx
dhanashree78
 
PPTX
Seminar Description: YOLO v1 (You Only Look Once).pptx
abhijithpramod20002
 
PDF
AI TECHNIQUES FOR IDENTIFYING ALTERATIONS IN THE HUMAN GUT MICROBIOME IN MULT...
vidyalalltv1
 
PPTX
darshai cross section and river section analysis
muk7971
 
PPTX
Numerical-Solutions-of-Ordinary-Differential-Equations.pptx
SAMUKTHAARM
 
PDF
mbse_An_Introduction_to_Arcadia_20150115.pdf
henriqueltorres1
 
PDF
WD2(I)-RFQ-GW-1415_ Shifting and Filling of Sand in the Pond at the WD5 Area_...
ShahadathHossain23
 
PPTX
Unit_I Functional Units, Instruction Sets.pptx
logaprakash9
 
PPTX
Final Major project a b c d e f g h i j k l m
bharathpsnab
 
PDF
20ES1152 Programming for Problem Solving Lab Manual VRSEC.pdf
Ashutosh Satapathy
 
PPT
New_school_Engineering_presentation_011707.ppt
VinayKumar304579
 
PDF
aAn_Introduction_to_Arcadia_20150115.pdf
henriqueltorres1
 
PDF
A Brief Introduction About Robert Paul Hardee
Robert Paul Hardee
 
PDF
Artificial Neural Network-Types,Perceptron,Problems
Sharmila Chidaravalli
 
2025 CGI Congres - Surviving agile v05.pptx
Derk-Jan de Grood
 
Fundamentals of Quantitative Design and Analysis.pptx
aliali240367
 
Explore USA’s Best Structural And Non Structural Steel Detailing
Silicon Engineering Consultants LLC
 
Basics of Electrical Engineering and electronics .pptx
PrabhuNarayan6
 
Data structures notes for unit 2 in computer science.pdf
sshubhamsingh265
 
methodology-driven-mbse-murphy-july-hsv-huntsville6680038572db67488e78ff00003...
henriqueltorres1
 
Distribution reservoir and service storage pptx
dhanashree78
 
Seminar Description: YOLO v1 (You Only Look Once).pptx
abhijithpramod20002
 
AI TECHNIQUES FOR IDENTIFYING ALTERATIONS IN THE HUMAN GUT MICROBIOME IN MULT...
vidyalalltv1
 
darshai cross section and river section analysis
muk7971
 
Numerical-Solutions-of-Ordinary-Differential-Equations.pptx
SAMUKTHAARM
 
mbse_An_Introduction_to_Arcadia_20150115.pdf
henriqueltorres1
 
WD2(I)-RFQ-GW-1415_ Shifting and Filling of Sand in the Pond at the WD5 Area_...
ShahadathHossain23
 
Unit_I Functional Units, Instruction Sets.pptx
logaprakash9
 
Final Major project a b c d e f g h i j k l m
bharathpsnab
 
20ES1152 Programming for Problem Solving Lab Manual VRSEC.pdf
Ashutosh Satapathy
 
New_school_Engineering_presentation_011707.ppt
VinayKumar304579
 
aAn_Introduction_to_Arcadia_20150115.pdf
henriqueltorres1
 
A Brief Introduction About Robert Paul Hardee
Robert Paul Hardee
 
Artificial Neural Network-Types,Perceptron,Problems
Sharmila Chidaravalli
 
Ad

Air Line Management System | DBMS project

  • 1. 1 Index:- Sr no. Title Page no. 1 What is Database 4 2 Database Management 5 3 Importance of DBMS 5 4 Airline Management System Introduction 6 5 Benefits 6 6 Implement of DBMS 7 7 Requirement 8 8 ER Diagram 10 9 SQL 11 10 Security 15 11 References 16 aniket handore
  • 2. 2 Database:- overview collection of logical related data it can easily access Data store in table,Rows And Column aniket handore
  • 3. 3 Database management:-  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. 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. aniket handore
  • 4. 4 Introduction of Airline Managements System:-  We used DBMS in airline 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. aniket handore
  • 5. 5 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. aniket handore
  • 6. 6 Requirements of DMS:-  Database management system required an operating system that has 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. aniket handore Aniket Handore Digitally signed by Aniket Handore DN: cn=Aniket Handore, o=TechRoid Aniket, ou=1, [email protected] m, c=IN Date: 2019.02.03 14:35:27 +05'30'
  • 7. 7 Entities & Attribute:-  ENTITY: Airport Attribute (Airport_id,Airport_name,city)  ENTITY: Employee Attribute (emp_id, emp_name,emp_age,Airport_name, Salary,job,emp_address)  ENTITY: Passengers Attribute(p_id,p_name,p_age,p_adress,country_name )  ENTITY: Airline Companies Attribute (c_id,c_name,city,country)  ENTITY: Ticket Attribute (order_no,flight_name,seat_dass,price, passenger_name)  ENTITY: flight time Attribute (flight_no,airport_name,arrivals_hours, airport_arrival,departure_hours) aniket handore
  • 9. 9 Description:-  Airport has employees  Employees serve passengers  Passengers purchases tickets  Flight carries passengers  Ticket belongs to flight 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  Insert into  Delete table aniket handore
  • 10. 10 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> ( colume1 data_type, colume2 data_type,… colume n data_type); aniket handore
  • 11. 11 Example Create table student ( std_id varchar(15), Std_name varchar(20), Std_address varchar(40)); Alter statement:- Alter table <table_name> Add(colume1 data_type,colume2 data_type,column Data_type); Example Alter table student Add (roll_no varchar(10),std_age varchar(3)); Drop statement:- Drop table <table_name>; Example Drop table student; aniket handore
  • 12. 12 Basic statements:-  Data manipulation language(DML)  Insert statement  Delete statement Insert statement:- Syntax: Insert into <table_name> (colume1,colume2,..colume n) Values(value1,value2,…value n); Example: Insert into student (std_id,name,address) Values(10,ali,abc); Delete statement:- Syntax: Delete from <table_name> Where (condition); Example: Delete from student Where std_id=10; aniket handore
  • 13. 13 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. aniket handore