0% found this document useful (0 votes)
46 views15 pages

DMS Micro Project Report With Diary

The document describes a tour and travel booking system project. It includes sections on the introduction, aims, methodology, resources used, entity relationship diagram, and code samples for customer, booking, and hotel tables.

Uploaded by

tapstaps902
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views15 pages

DMS Micro Project Report With Diary

The document describes a tour and travel booking system project. It includes sections on the introduction, aims, methodology, resources used, entity relationship diagram, and code samples for customer, booking, and hotel tables.

Uploaded by

tapstaps902
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 15

Tour and Travel Booking System

Micro Project Report

Title: Tour and Travel Booking System

1.0 Brief Description:

Data is a collection of facts and figures. The data collection was increasing day to day and they
needed to be stored in a device or a software which is safer.

Charles Bachman was the first person to develop the Integrated Data Store (IDS) which was
based on network data model for which he was inaugurated with the Turning Award (The most
prestigious award which is equivalent to Nobel prize in the field of Computer Science). It was
developed in early 1960’s.

In the late 1960’s, IBM (International Business Corporation) developed the Integrated
Management Systems which is the standard database system used till date in many places. It
was developed based on the hierarchical database model. It was during the year 1970 that the
relational database model was developed by Edgar Codd. Many of the database models we use
today are relational based. It was considered the standardized database model from them.

2.0 Introduction:
Tour and Travel Booking System project is mainly used by information about tourism places
with facilities, location map and contact details. Tourists can book Hotel rooms, Vehicles or
cabs and they can order food items through online. The system generates billing receipt,
payment report, transaction report and other reports.

Everyone goes on a vacation for this ‘a Tourism management system’ would play a vital role
in planning the perfect trip. The tourism management system allows the user of the system
access all the details such as location, events, etc. The main purpose is to help tourism
companies to manage customer and hotels etc. The system can also be used for both
professional and business trips.

1
SHARAD INSTITUTE OF TECHNOLOGY, POLYTECHNIC YADRAV
Tour and Travel Booking System

3.0 Course outcomes:

CO.1 Design Normalized database on given data.

CO.2 Create and Manage Database using SQL command.

4.0 Aim of Project:


The aim of our project is to manage the details of Booking, customer, Hotels, Packages
& various other details. It manages information about the tours & travels.

5.0 Literature Review:


In order to understand the concepts associated with records management and or
computer-based records management systems, it is imperative to examine and analyze
published material from experts regarding the field.
The purpose of this review is to analyze and examine and obtain experience as
regards the creation and archival processing of electronic records. The review is based
on an exhaustive assessment of the literature on computerized electronic management
and electronic records, and contains an overview of the main concepts.

6.0 Actual Methodology Followed:


1. Formation of groups.
2. Selected topic for project.
3. Prepared proposal.
4. Collection of information.
5. Started Queries

2
SHARAD INSTITUTE OF TECHNOLOGY, POLYTECHNIC YADRAV
Tour and Travel Booking System

7.0 Actual Resources Used:

SR.NO Name Specifications Quantity Re


of/Material Marks

1 Desktop Windows 11, RAM 8GB 1 Yes


Computer with Processor-Intel
required (i)core i5
specifications.

2 software Oracle 1 Yes

3 Browser Chrome 1 Yes

4 Website https://www.freeprojectz.com/entity- 1 Yes


relationship/travel-agency-
management-system-er-diagram

5 Reference Database Management System 1 Yes

3
SHARAD INSTITUTE OF TECHNOLOGY, POLYTECHNIC YADRAV
Tour and Travel Booking System

8.0 E-R Diagram: -

4
SHARAD INSTITUTE OF TECHNOLOGY, POLYTECHNIC YADRAV
Tour and Travel Booking System

9.0 Code of the Micro Projects: -

Customer Detail Code: -

create table customer6(customer_id number(20),customer_name varchar(20),customer_mobile


number(10),email varchar(40),customer_username varchar(20),customer_password
varchar(20),customer_address varchar(10));
desc customer6;
insert into customer6
values(15,'nilesh','7085693241','[email protected]','nilesh','nkpatil','rajapur');
insert into customer6
values(14,'samarth','7083352325','[email protected]','samarth','sbpatil','rajapur'
insert into customer6
values(13,'shubham','9011363141','[email protected]','shubham','skpatil','lat')
insert into customer6 values(12,'anu','7089652141','[email protected]','anu','aspatil','lat');
insert into customer6
values(11,'rupali','7498766476','[email protected]','rupali','rspatil','rajapur');
dinsert into customer6
values(10,'raj','7014589651','[email protected]','raj','rpatil','jaysingpur');
insert into customer6
values(9,'arvind','7084563141','[email protected]','arvind','apatil','bengalur');
insert into customer6
values(8,'arati','7083458962','[email protected]','arati','arpatil','pune');
insert into customer6
values(7,'rahul','1458964141','[email protected]','rahul','ripatil','pune');
insert into customer6
values(6,'manisha','9689455536','[email protected]','manisha','mapatil','rajapur);
insert into customer6
values(5,'komal','1458963521','[email protected]','komal','kapatil','bengalur');
insert into customer6
values(4,'niranjan','1548963254','[email protected]','niranjan','napatil','rajapur');
insert into customer6
values(3,'sarvesh','9011121935','[email protected]','sarvesh','sspatil','rajapur');
insert into customer6
values(2,'shekhar','9309945922','[email protected]','shekhar','sapatil','rajapur');

5
SHARAD INSTITUTE OF TECHNOLOGY, POLYTECHNIC YADRAV
Tour and Travel Booking System

insert into customer6


values(1,'diksha','7083363141','[email protected]','diksha','dspatil','rajapur');
insert into customer6
values(16,'pranita','7485963141','[email protected]','pranita','pvpatil','akiwat');
insert into customer6
values(17,'sanjeevani','7058962351','[email protected]','sanju','spatil','latur');
insert into customer6
values(18,'aishwarya','7589623141','[email protected]','aishu','akkoli','rajapur');
insert into customer6
values(19,'pari','7083358962','[email protected]','pari','pdpatil','rajapur');
insert into customer6
values(20,'sakshi','5896231452','[email protected]','sakshi','sspatil','herwad');
select * from customer6;

Travel Booking Code: -


create table booking20(booking_id number(10),booking_hotel_id number(10),package_id
number(10),email varchar(40),booking_type varchar(20),booking_date date,from_date
date,to_date date);
desc booking20;
insert into booking20
values(10,10,10,'[email protected]','offline','7/8/1990','7/10/1990','7/12/1990');
insert into booking20
values(9,9,9,'[email protected]','online','6/7/2010','6/8/2010','6/11/2010');
insert into booking20
values(8,8,8,'[email protected]','offline','7/8/2020','7/10/2020','7/12/2020');
insert into booking20
values(7,7,7,'[email protected]','offline','6/7/2000','6/10/2000','6/12/2000');
insert into booking20
values(6,6,6,'[email protected]','offline','5/7/2000','5/9/2000','5/11/2000');
insert into booking20
values(5,5,5,'[email protected]','offline','7/6/2005','7/10/2005','7/12/2005');
insert into booking20
values(4,4,4,'[email protected]','online','5/5/1996','5/6/1996','5/10/1996');
insert into booking20
values(3,3,3,'[email protected]','online','6/4/2004','6/10/2004','6/12/2004');

6
SHARAD INSTITUTE OF TECHNOLOGY, POLYTECHNIC YADRAV
Tour and Travel Booking System

insert into booking20


values(2,2,2,'[email protected]','offline','9/5/2020','9/10/2020','9/12/2020');
insert into booking20
values(1,1,1,'[email protected]','online','5/5/2017','5/10/2017','5/12/2017');
update booking20 set booking_type = 'online' where booking_id = 10;
select * from booking20;

Hotel Booking Code: -


create table hotel10(hotel_id number(20),hotel_name varchar(20),hotel_type
varchar(40),hotel_rent number(38),hotel_address varchar(40));
desc hotel10;
insert into hotel10 values(1,'taj hotel','one star hotel','500','mumbai,maharashtra');
insert into hotel10 values(2,'aashirvaad hotel','two star hotel','1000','a/p-akiwat,shirol');
insert into hotel10 values(3,'shubham hotel','three star hotel','600','a/p-sangli,maharashtra');
insert into hotel10 values(4,'new pride hotel','downtown hotel','800','a/p-sangli,maharashtra');
insert into hotel10 values(5,'hotel signature','resort hotel','900','a/p-ichalkaranji,maharashtra');
insert into hotel10 values(6,'ratan delux hotel','four star hotel','500','a/p-miraj,maharashtra');
insert into hotel10 values(7,'heritage hotel','five star hotel','500','a/p-belgavi,karnataka');
insert into hotel10 values(8,'parijatak hotel','small hotel','500','a/p-kurundwad,shirol');
insert into hotel10 values(9,'priyadarshani hotel','resort hotel','500','a/p-miraj,maharashtra');
insert into hotel10 values(10,'pyramid hotel','airport hotel','500','a/p-sangli,maharashtra');
select * from hotel10;

Tour Package Code: -


create table package1(package_id number(20),package_name varchar(50),package_category
number(20),package_subcategory number(20),package_price number(38));
desc package1;
insert into package1 values(1,'christmas adventure in lapaland',1,1,20000);
insert into package1 values(2,'agra family tour',1,2,10000);
insert into package1 values(3,'holidays in italy',1,5,20000);
insert into package1 values(4,'main attraction in thailand',1,4,400000);
insert into package1 values(5,'holidays in vancouver',1,3,400000);
7
SHARAD INSTITUTE OF TECHNOLOGY, POLYTECHNIC YADRAV
Tour and Travel Booking System

insert into package1 values(6,'haridwar',2,6,3000);


insert into package1 values(7,'tivoli',2,7,500000);
insert into package1 values(8,'austria trip',2,8,300000);
insert into package1 values(9,'canadian religious places',2,9,700000);
insert into package1 values(10,'christian places in england',2,10,1200000);
insert into package1 values(11,'christianity places',2,11,500000);
insert into package1 values(12,'best of india',7,12,10000);
insert into package1 values(13,'best of england',7,13,900000);
insert into package1 values(14,'best of canada',7,14,700000);
insert into package1 values(15,'best places in mumbai',3,16,12000);
select * from package1;

Tour Category Code: -


create table category(category_id number(20),category_name varchar(50));
desc category;
insssert into category values(1,'family tour');
insert into category values(2,'religious tour');
insert into category values(3,'adventure tour');
insert into category values(4,'special event tour');
insert into category values(5,'national parks tour');
insert into category values(6,'themed vacations tour');
insert into category values(7,'small group tour');
select * from category;

8
SHARAD INSTITUTE OF TECHNOLOGY, POLYTECHNIC YADRAV
Tour and Travel Booking System

10.0 Output of the Micro Projects: -

Customer Table: -

9
SHARAD INSTITUTE OF TECHNOLOGY, POLYTECHNIC YADRAV
Tour and Travel Booking System

Booking Table: -

Hotel Table: -

10
SHARAD INSTITUTE OF TECHNOLOGY, POLYTECHNIC YADRAV
Tour and Travel Booking System

Package Table: -

Category Table: -

11
SHARAD INSTITUTE OF TECHNOLOGY, POLYTECHNIC YADRAV
Tour and Travel Booking System

11.0 Conclusion: -
The "Tour and Travel Booking System" project successfully designed and implemented a SQL-
based database system to efficiently manage travel bookings. It included user-friendly
interfaces, optimized SQL queries, and security measures. The project's impact is improved
efficiency in travel agencies and a better customer experience. Ongoing monitoring and updates
are crucial to ensure it continues to meet the industry's evolving needs. This project exemplifies
the positive influence of SQL systems on the travel and tourism sector.

12.0 Reference: -

 Oracle database

 https://www.freeprojectz.com/entity-relationship/travel-agency-management-

system-er-diagram

 https://bard.google.com/?utm_source=sem&utm_medium=paid-
media&utm_campaign=q3enIN_sem6
 Guided by Ms. S. A. Khan

12
SHARAD INSTITUTE OF TECHNOLOGY, POLYTECHNIC YADRAV
Tour and Travel Booking System

Project Diary

BY

Ms. Tasmiya Firoj Nadaf 25034


Ms. Vedika Mahesh Nagarkar 25035
Ms. Varsha Sanjay Nimbalkar 25036
Ms. Samedha Adinath Patil 25037

Students
Sr.no Date Work done Hours Guide sign
sign
1. At first, we made the 15 min
group of 5 members.

2. Searched Project 1 hour


Subject.

3. We took suggestions 15 min


from our guide for
selecting our project

4. After selection of 1 hour


project topic wise
searched the basic
information related to it

5. Then the collection of 1 hour


information was done. 30 min

13
SHARAD INSTITUTE OF TECHNOLOGY, POLYTECHNIC YADRAV
Tour and Travel Booking System

6. Later we visited to our 30 min


guide for suggesting us
some more information

on topic and some


corrections in
collected information.

7. If there were some 1 hour


corrections then it was
corrected.

8. After correcting it, we 30 min


again visited our guide
to show the corrections.

9. Then we started 1 hour


searching some more
information on the
topic (for gaining some
more knowledge).

10. We had a visit to our 30 min


guide after searching
some information.

11. Some suggestions were 30 min


guided and we tried to
make it correct as per
the guide's requirement.

14
SHARAD INSTITUTE OF TECHNOLOGY, POLYTECHNIC YADRAV
Tour and Travel Booking System

12. After making some 20 min


changes we again had a
visit to our guide.

13. Then we started 1 hour


implementing it on the 30 min
required Software

14. Then by that time, we 40 min


made the project report.

15. We had visited to our 1 hour


guide to present our
project.

16. Then we finally 1 hour


submitted our project
and project report till
this date.

15
SHARAD INSTITUTE OF TECHNOLOGY, POLYTECHNIC YADRAV

You might also like