Seminar Topics & Project Ideas On Computer Science Electronics Electrical Mechanical Engineering Civil MBA Medicine Nursing Science Physics Mathematics Chemistry ppt pdf doc presentation downloads and Abstract

Full Version: road way travels in dbms
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

Guest

Objective: This lab enables the students to practice the concepts learnt
in the subject DBMS by delevoping a databases for an example company
named “Roadway Travels” whose description is as follows. The student
is excepted to practice the designing, developing and querying a
database in the context of example database “Roadway Travels”.
Students are excepted to use “Mysql” database.
Roadway Travels
“Roadway Travels” is in business since 1997 with several buses
connecting different places in India.Its main office is located in
Hyderabad
The company wants to computerize its operations in the following
areas:
? Reservations
? Ticketing
? Cancellations
Reservations:
Reservations are directly handled by booking office. Reservations can
be made 60 days in advance in either cash or credit. If the ticket is not
available, a wait listed ticket is issued to the customer.This ticket is
confirmed against the cancellation.
Cancellation and modification:
Cancellation is also directly handed at the booking office. Cancellation
charges will be changed.
Wait listed tickets that do not get confirmed are fully refunded.
Week 1: E-R Model
Analyze the problem carefully and come up with entities in it. Identify
what data has to be persisted in the database.This contains the entities,
attributes etc.
Identify the primary keys for all the entities.Identify the other keys like
calendar keys, partial keys, if any,

Example: E-R Entities
1. BUS
2. Ticket
3. Passenger
PRIMARY KEY ATTIBUTES:
1. Ticket ID (Ticket Entity)
2. Passport ID (Passport Entity)
Apart from the above mentioned entities you can identify more. The
above mentioned are few.

Reference: https://seminarproject.net/Thread-dbms-e...z3TnIaha1T
Roadway Travels

"Roadway Travels" has been operating since 1997 with several buses connecting different places in India. Its main office is in Hydearabd.
The company wants to automate its operations in the following areas:
• Reservation and sale of tickets
• cancellations

Reservation and cancellation:

Reservations are managed directly through the reservations office. Reservations can be made 30 days in advance and tickets are issued to the passenger. A passenger / person can book many tickets (for his family).
Cancellations are also delivered directly to the bokking office.
In the computerization process of Roadway Travels, you must design and develop a database that consists of the data of the Buses, Passengers, Tickets, and the details of the Reservation and cancellation. You must also develop the query usage SQL to retrieve the data from the database.
The previous process involves many steps such as: 1. Analyze the problem and identify the Entities and Relationships, 2. Model E-R 3. Relational model 4. Standardization 5. Create the database 6. Consult. It is assumed that students should work on these steps in the week and finally create a complete "Database System" for road trips. In each experiment, examples of student orientation are given.