Tuesday, 9 August 2016

DATABASE PROJECT #3

Railway System Database Project


A railway system, which needs to model the following:

1.      Stations
2.      Tracks, connecting stations. You can assume for simplicity that only one track exists between any two stations. All the tracks put together form a graph.
3.      Trains, with an ID and a name
4.      Train schedules recording what time a train passes through each station on its route. 
You can assume for simplicity that each train reaches its destination on the same day, and that every train runs every day. Also for simplicity, assume that for each train, for each station on its route,  you store
  •  Time in, 
  •  Time out (same as time in if it does not stop)
  •  A sequence number so the stations in the route of a train can be ordered by sequence number.
1.      Passenger booking consisting of train, date, from-station, to-station, coach, seat and passenger name.

No comments:

Post a Comment