Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In this project, you are assigned to design and implement a database for Railway InformationSystem that will store all train routes with all the necessary
In this project, you are assigned to design and implement a database for Railway InformationSystem that will store all train routes with all the necessary details.. At the end of this project,you will submit a report that contains the following items: Introduction ER Diagram, Relational Model Data Definition Language Details DDL Data Manipulation Language Details DML Normalization upto NF queries retrieving statistical information for management.Your design should contain at least tables. You are free to design the database anyway youlike, but the following requirements should be considered: All the necessary information about Train, Schedule, Booking, Station, Driver andPassenger details should be stored in the system. There should be schedules fixed routes recording what time a train passes through eachstation on its route timein timeout You can assume that each train reaches itsdestination on the same day and that every train runs every day. Passengers can make reservation; consisting of train, date, fromstation, tostation,coach, seat and passenger details. This system should provide facility for reporting including how many reservations madeon each day, finding out the busy schedules, rush hours, most preferred routes, etc. Headofficer can also track the details of the coaches working hours, availability on a given dateand time etc.These are the minimal requirements which means they have to be implemented, butimplementing only the requirements that is mentioned above will not be enough toget full mark. You should extend this design and create a reallife database.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started