SlideShare a Scribd company logo
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

Online Bus Reservation System
Online Bus Reservation SystemOnline Bus Reservation System
Online Bus Reservation System
Siva Rushi
 
Airline Database Design
Airline Database DesignAirline Database Design
Airline Database Design
Abhishek Jaisingh
 
Online Bus Reservatiom System
Online Bus Reservatiom SystemOnline Bus Reservatiom System
Online Bus Reservatiom System
Nikhil Vyas
 
Airline reservation system
Airline reservation systemAirline reservation system
Airline reservation system
Unsa Jawaid
 
Online Airline Ticket reservation System
Online Airline Ticket reservation SystemOnline Airline Ticket reservation System
Online Airline Ticket reservation System
sathyakawthar
 
Project of Airline booking system
Project of Airline booking systemProject of Airline booking system
Project of Airline booking system
muthahar.sk
 
Database Management System of Travel Co.
Database Management System of Travel Co.Database Management System of Travel Co.
Database Management System of Travel Co.
Awais Ali
 
Air line reservation system software engeniring
Air line reservation system software engeniringAir line reservation system software engeniring
Air line reservation system software engeniring
Asfand Sheraz Khan Niazi
 
Airline reservation system db design
Airline reservation system db designAirline reservation system db design
Airline reservation system db design
UC San Diego
 
Airline reservation system documentation
Airline reservation system documentationAirline reservation system documentation
Airline reservation system documentation
Surya Indira
 
Introduction to SQL
Introduction to SQLIntroduction to SQL
Introduction to SQL
Ehsan Hamzei
 
SRS on airline reservation system
SRS on airline reservation system SRS on airline reservation system
SRS on airline reservation system
VikasSingh958
 
SRS For Online Store
SRS For Online StoreSRS For Online Store
SRS For Online Store
Ahsan Rizwan
 
TAXI-GO (Taxi Booking System)
TAXI-GO (Taxi Booking System)TAXI-GO (Taxi Booking System)
TAXI-GO (Taxi Booking System)
Saurabh Kheni
 
Airline Flight Tracking
Airline Flight TrackingAirline Flight Tracking
Airline Flight Tracking
mariasinha81
 
Airline reservation system
Airline reservation system Airline reservation system
Airline reservation system
krishnayadav962132
 
srs for railway reservation system
 srs for railway reservation system srs for railway reservation system
srs for railway reservation system
khushi kalaria
 
Railway Reservation System - Requirement Engineering
Railway Reservation System - Requirement EngineeringRailway Reservation System - Requirement Engineering
Railway Reservation System - Requirement Engineering
Danish Javed
 
OpenGL Mini Projects With Source Code [ Computer Graphics ]
OpenGL Mini Projects With Source Code [ Computer Graphics ]OpenGL Mini Projects With Source Code [ Computer Graphics ]
OpenGL Mini Projects With Source Code [ Computer Graphics ]
Daffodil International University
 
Railway booking & management system
Railway booking & management systemRailway booking & management system
Railway booking & management system
Nikhil Raj
 

What's hot (20)

Online Bus Reservation System
Online Bus Reservation SystemOnline Bus Reservation System
Online Bus Reservation System
 
Airline Database Design
Airline Database DesignAirline Database Design
Airline Database Design
 
Online Bus Reservatiom System
Online Bus Reservatiom SystemOnline Bus Reservatiom System
Online Bus Reservatiom System
 
Airline reservation system
Airline reservation systemAirline reservation system
Airline reservation system
 
Online Airline Ticket reservation System
Online Airline Ticket reservation SystemOnline Airline Ticket reservation System
Online Airline Ticket reservation System
 
Project of Airline booking system
Project of Airline booking systemProject of Airline booking system
Project of Airline booking system
 
Database Management System of Travel Co.
Database Management System of Travel Co.Database Management System of Travel Co.
Database Management System of Travel Co.
 
Air line reservation system software engeniring
Air line reservation system software engeniringAir line reservation system software engeniring
Air line reservation system software engeniring
 
Airline reservation system db design
Airline reservation system db designAirline reservation system db design
Airline reservation system db design
 
Airline reservation system documentation
Airline reservation system documentationAirline reservation system documentation
Airline reservation system documentation
 
Introduction to SQL
Introduction to SQLIntroduction to SQL
Introduction to SQL
 
SRS on airline reservation system
SRS on airline reservation system SRS on airline reservation system
SRS on airline reservation system
 
SRS For Online Store
SRS For Online StoreSRS For Online Store
SRS For Online Store
 
TAXI-GO (Taxi Booking System)
TAXI-GO (Taxi Booking System)TAXI-GO (Taxi Booking System)
TAXI-GO (Taxi Booking System)
 
Airline Flight Tracking
Airline Flight TrackingAirline Flight Tracking
Airline Flight Tracking
 
Airline reservation system
Airline reservation system Airline reservation system
Airline reservation system
 
srs for railway reservation system
 srs for railway reservation system srs for railway reservation system
srs for railway reservation system
 
Railway Reservation System - Requirement Engineering
Railway Reservation System - Requirement EngineeringRailway Reservation System - Requirement Engineering
Railway Reservation System - Requirement Engineering
 
OpenGL Mini Projects With Source Code [ Computer Graphics ]
OpenGL Mini Projects With Source Code [ Computer Graphics ]OpenGL Mini Projects With Source Code [ Computer Graphics ]
OpenGL Mini Projects With Source Code [ Computer Graphics ]
 
Railway booking & management system
Railway booking & management systemRailway booking & management system
Railway booking & management system
 

Similar to Air Line Management System | DBMS project

Assignment 5Understanding SQL100 points (Questions 1 to 7 eac.docx
Assignment 5Understanding SQL100 points (Questions 1 to 7 eac.docxAssignment 5Understanding SQL100 points (Questions 1 to 7 eac.docx
Assignment 5Understanding SQL100 points (Questions 1 to 7 eac.docx
ssuser562afc1
 
Bank mangement system
Bank mangement systemBank mangement system
Bank mangement system
FaisalGhffar
 
Sql good practices
Sql good practicesSql good practices
Sql good practices
Deepak Mehtani
 
Basic and Introduction to DBMS Unit 1 of AU
Basic and Introduction to DBMS Unit 1 of AUBasic and Introduction to DBMS Unit 1 of AU
Basic and Introduction to DBMS Unit 1 of AU
infant2404
 
Rdbms Practical file diploma
Rdbms Practical file diploma Rdbms Practical file diploma
Rdbms Practical file diploma
mustkeem khan
 
DBMS.pptx
DBMS.pptxDBMS.pptx
DBMS.pptx
UmmerFarooq23
 
Unit 1: Introduction to DBMS Unit 1 Complete
Unit 1: Introduction to DBMS Unit 1 CompleteUnit 1: Introduction to DBMS Unit 1 Complete
Unit 1: Introduction to DBMS Unit 1 Complete
Raj vardhan
 
SQL Server 2008 Development for Programmers
SQL Server 2008 Development for ProgrammersSQL Server 2008 Development for Programmers
SQL Server 2008 Development for Programmers
Adam Hutson
 
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
 
Unit3rd
Unit3rdUnit3rd
Introduction to database with ms access(DBMS)
Introduction to database with ms access(DBMS)Introduction to database with ms access(DBMS)
Introduction to database with ms access(DBMS)
07HetviBhagat
 
Introduction to database with ms access.hetvii
Introduction to database with ms access.hetviiIntroduction to database with ms access.hetvii
Introduction to database with ms access.hetvii
07HetviBhagat
 
Data Base
Data BaseData Base
Data Base
Susan Tullis
 
1585625790_SQL-SESSION1.pptx
1585625790_SQL-SESSION1.pptx1585625790_SQL-SESSION1.pptx
1585625790_SQL-SESSION1.pptx
MullaMainuddin
 
Database Systems - Introduction (Chapter 1)
Database Systems - Introduction (Chapter 1)Database Systems - Introduction (Chapter 1)
Database Systems - Introduction (Chapter 1)
Vidyasagar Mundroy
 
Chap1-Introduction to database systems.ppt
Chap1-Introduction to database systems.pptChap1-Introduction to database systems.ppt
Chap1-Introduction to database systems.ppt
LisaMalar
 
2nd chapter dbms.pptx
2nd chapter dbms.pptx2nd chapter dbms.pptx
2nd chapter dbms.pptx
kavitha623544
 
DBMS PPT.pptx
DBMS PPT.pptxDBMS PPT.pptx
DBMS PPT.pptx
AvinashChaudhary74
 
Database Systems Concepts, 5th Ed
Database Systems Concepts, 5th EdDatabase Systems Concepts, 5th Ed
Database Systems Concepts, 5th Ed
Daniel Francisco Tamayo
 
Database Management System ppt
Database Management System pptDatabase Management System ppt
Database Management System ppt
OECLIB Odisha Electronics Control Library
 

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

Assignment 5Understanding SQL100 points (Questions 1 to 7 eac.docx
Assignment 5Understanding SQL100 points (Questions 1 to 7 eac.docxAssignment 5Understanding SQL100 points (Questions 1 to 7 eac.docx
Assignment 5Understanding SQL100 points (Questions 1 to 7 eac.docx
 
Bank mangement system
Bank mangement systemBank mangement system
Bank mangement system
 
Sql good practices
Sql good practicesSql good practices
Sql good practices
 
Basic and Introduction to DBMS Unit 1 of AU
Basic and Introduction to DBMS Unit 1 of AUBasic and Introduction to DBMS Unit 1 of AU
Basic and Introduction to DBMS Unit 1 of AU
 
Rdbms Practical file diploma
Rdbms Practical file diploma Rdbms Practical file diploma
Rdbms Practical file diploma
 
DBMS.pptx
DBMS.pptxDBMS.pptx
DBMS.pptx
 
Unit 1: Introduction to DBMS Unit 1 Complete
Unit 1: Introduction to DBMS Unit 1 CompleteUnit 1: Introduction to DBMS Unit 1 Complete
Unit 1: Introduction to DBMS Unit 1 Complete
 
SQL Server 2008 Development for Programmers
SQL Server 2008 Development for ProgrammersSQL Server 2008 Development for Programmers
SQL Server 2008 Development for Programmers
 
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 )
 
Unit3rd
Unit3rdUnit3rd
Unit3rd
 
Introduction to database with ms access(DBMS)
Introduction to database with ms access(DBMS)Introduction to database with ms access(DBMS)
Introduction to database with ms access(DBMS)
 
Introduction to database with ms access.hetvii
Introduction to database with ms access.hetviiIntroduction to database with ms access.hetvii
Introduction to database with ms access.hetvii
 
Data Base
Data BaseData Base
Data Base
 
1585625790_SQL-SESSION1.pptx
1585625790_SQL-SESSION1.pptx1585625790_SQL-SESSION1.pptx
1585625790_SQL-SESSION1.pptx
 
Database Systems - Introduction (Chapter 1)
Database Systems - Introduction (Chapter 1)Database Systems - Introduction (Chapter 1)
Database Systems - Introduction (Chapter 1)
 
Chap1-Introduction to database systems.ppt
Chap1-Introduction to database systems.pptChap1-Introduction to database systems.ppt
Chap1-Introduction to database systems.ppt
 
2nd chapter dbms.pptx
2nd chapter dbms.pptx2nd chapter dbms.pptx
2nd chapter dbms.pptx
 
DBMS PPT.pptx
DBMS PPT.pptxDBMS PPT.pptx
DBMS PPT.pptx
 
Database Systems Concepts, 5th Ed
Database Systems Concepts, 5th EdDatabase Systems Concepts, 5th Ed
Database Systems Concepts, 5th Ed
 
Database Management System ppt
Database Management System pptDatabase Management System ppt
Database Management System ppt
 

Recently uploaded

Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
bijceesjournal
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
Madan Karki
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
Hitesh Mohapatra
 
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
ecqow
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
IJECEIAES
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
jpsjournal1
 
AI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptxAI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptx
architagupta876
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
KrishnaveniKrishnara1
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
Victor Morales
 
Seminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptxSeminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptx
Madan Karki
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by AnantLLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
Anant Corporation
 
Introduction to AI Safety (public presentation).pptx
Introduction to AI Safety (public presentation).pptxIntroduction to AI Safety (public presentation).pptx
Introduction to AI Safety (public presentation).pptx
MiscAnnoy1
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
171ticu
 
Software Engineering and Project Management - Introduction, Modeling Concepts...
Software Engineering and Project Management - Introduction, Modeling Concepts...Software Engineering and Project Management - Introduction, Modeling Concepts...
Software Engineering and Project Management - Introduction, Modeling Concepts...
Prakhyath Rai
 
Material for memory and display system h
Material for memory and display system hMaterial for memory and display system h
Material for memory and display system h
gowrishankartb2005
 
Engineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdfEngineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdf
abbyasa1014
 
Null Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAMNull Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAM
Divyanshu
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
171ticu
 
Mechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdfMechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdf
21UME003TUSHARDEB
 

Recently uploaded (20)

Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
 
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
 
AI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptxAI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptx
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
 
Seminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptxSeminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptx
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by AnantLLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
 
Introduction to AI Safety (public presentation).pptx
Introduction to AI Safety (public presentation).pptxIntroduction to AI Safety (public presentation).pptx
Introduction to AI Safety (public presentation).pptx
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
 
Software Engineering and Project Management - Introduction, Modeling Concepts...
Software Engineering and Project Management - Introduction, Modeling Concepts...Software Engineering and Project Management - Introduction, Modeling Concepts...
Software Engineering and Project Management - Introduction, Modeling Concepts...
 
Material for memory and display system h
Material for memory and display system hMaterial for memory and display system h
Material for memory and display system h
 
Engineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdfEngineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdf
 
Null Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAMNull Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAM
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
 
Mechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdfMechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdf
 

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=anikethandore1@gmail.co 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