Programming Exercise IV: My Bus Itinerary: Part IV
Note that this interface is only an example, and it may NOT meet the requirements of this exercise.
Implementing the database (given): 05% (given code)
Have to use the following database tables (schema):
Resetting the system (given): 05%
Before testing, the instructor needs to clear the data stored in your system.
Bus route and stop input (given): 05%
Number of routes:
Listing all data (given): 05%
Showing a route (given): 05%
Finding the shortest itinerary: 70%
Plagiarism checking
If the web interfaces are used, include the following interface:
The above interfaces are required for the exercise, and the extras below are the interfaces for checking some other SQL commands.
You can hide them, so they will not distract your attention from solving the problem.
Listing the routes including the stop keywords
Finding the routes and transfers for an itinerary
Finding the number of bus stops between two stops inclusively in a route
Listing the bus stops between two stops inclusively in a route