Dms Airline 3
Dms Airline 3
Micro-project Report of
Database Management System
On
Airline Service Management
Submitted by:
SEMESTER- 3
2024-25
CERTIFICATE
This is to certify that Project report entitled "Airline Service " is submitted in the partial
fulfillment of requirement for the award of the Diploma in Computer Engineering by
Maharashtra State Board of Technical Education as record of students' own work carried out
by them under the guidance and supervision at Ajeenkya D.Y. Patil School Of Engineering
(Charholi), during the academic year 2024-25.
1. Brief Introduction:
this project / model gives us a brief information about what all type of data is managed
and how it is stored in different formats or tables this also gives us brief information
about how really the data is managed in data base …
This project is created by using mysql and has various database queries which are
used for following operations:
>Create database
>use database
>create table
>insert values
>alter table
>primary key
>agrigate functions like:
.count
.avg
.min
.max
>create view
>drop view
>We also learned how to create virtual table for displaying which is also known as
view.
>It provides us with basic things that is creating a table and inserting values in it
and fetching it in a group or searching for a specific person information.
3. Action Plan:
4. Collecting information
5. Making proposal
7. Preparation of final
project report
>It provides us with basic things that is creating a table and inserting values in it
and fetching it in a group or searching for a specific person information.
mysql> create database ram; Query OK, 1 row affected (0.02 sec) mysql> use ram;
Database changed mysql> create table bagage(weight int(10),description
varchar(20),bagg_id int(20)); Query OK, 0 rows affected, 2 warnings (0.04 sec)
Inserting values
mysql> insert into passanger values(1,'pune','[email protected]',1273653),
-> (2,'mumbai','[email protected]',122344);
Query OK, 2 rows affected (0.02 sec)
Records: 2 Duplicates: 0 Warnings: 0
+--------+-------------+---------+
| 10 | rahul |
| 11 | rohan |
| 12 | raj |
| 14 | ramhari |
+---------+---------+ 4 rows in set (0.02 sec)
mysql> select * from crew where name like 'j%';
+---------+------+
| crew_id | name |
+---------+------+
| 15 | jaie |
+---------+------+
7. Skill Development:
We developed multiple skills like team work coordination assigning
tasks
we also learned how the database is created and accessed in
multiple companies which is really vast
we learned how to create a basic database using MySQL application
8. Reference:
Google, reference books , Youtube , Teachers’s notes.
9. Conclusion:
A database management system (DBMS) can be used to develop
an airline services management system to store and manage data
related to flights, passengers, and other airline services. This system
can be used to perform a variety of tasks, such as: