Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

================== DATABASE DESIGN PROBLEM. NOTE*: I have to help someone who is not physically here finish his assignment, but I've never learned anything about database.

image text in transcribedimage text in transcribed

==================

DATABASE DESIGN PROBLEM.

NOTE*: I have to help someone who is not physically here finish his assignment, but I've never learned anything about database. Show me the right way please. Do you have to use SQL to solve this problem?Read carefully and full answers will be greatly rated. thanks!!

A bus company is responsible for offering public transportation in the suburbs of a large metropolitan area. The company has significant data management requirements: It needs to keep track of its 150 vehicles, 400 drivers, 60 bus routes, and hundreds of scheduled departures every day. In addition, it is essential for the company to know which drivers are certified to drive which buses. The data that the company has available include the following attributes: RoutelD, RouteStartPoint, RouteEndPoint, RouteStandardDrivingTime, ScheduleDate, ScheduledDepTime, ScheduledArrTime, DriverlD, DriverFName, DriverLName, DateDriverJoinedCompany, DriverDOB, VehiclelD, VehicleMake, VehicleModel, VehiclePassangerCapacity, DriverCertStartDate, DriverCertEndDate. Sample data for this set of attributes are as follows 28, Grand Avenue, Madison Street, 38, 9/12/2015, 8.30, 9.18, 8273, Mary, Smith, 5/2/2007, 3/23/1974, 1123, GreatTrucks, CityCoach, 58, 6/10/2015, 6/9/2016 | 9/12/2015, 9.30, 10.12, 7234, John, Jones, 10/12/2011, 12/15/1991, 5673, GreatTrucks, CityCoach 2, 62, 4/12/2015, 4/11/2016 | 9/12/2015, 10.30, 11.08, 2343, Pat, Moore, 2/24/1982, 1/19/1958, 4323 PowerTransport, MidiBus, 32, 8/20/2015, 8/19/2016) A bus company is responsible for offering public transportation in the suburbs of a large metropolitan area. The company has significant data management requirements: It needs to keep track of its 150 vehicles, 400 drivers, 60 bus routes, and hundreds of scheduled departures every day. In addition, it is essential for the company to know which drivers are certified to drive which buses. The data that the company has available include the following attributes: RoutelD, RouteStartPoint, RouteEndPoint, RouteStandardDrivingTime, ScheduleDate, ScheduledDepTime, ScheduledArrTime, DriverlD, DriverFName, DriverLName, DateDriverJoinedCompany, DriverDOB, VehiclelD, VehicleMake, VehicleModel, VehiclePassangerCapacity, DriverCertStartDate, DriverCertEndDate. Sample data for this set of attributes are as follows 28, Grand Avenue, Madison Street, 38, 9/12/2015, 8.30, 9.18, 8273, Mary, Smith, 5/2/2007, 3/23/1974, 1123, GreatTrucks, CityCoach, 58, 6/10/2015, 6/9/2016 | 9/12/2015, 9.30, 10.12, 7234, John, Jones, 10/12/2011, 12/15/1991, 5673, GreatTrucks, CityCoach 2, 62, 4/12/2015, 4/11/2016 | 9/12/2015, 10.30, 11.08, 2343, Pat, Moore, 2/24/1982, 1/19/1958, 4323 PowerTransport, MidiBus, 32, 8/20/2015, 8/19/2016)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Business Process Driven Database Design With Oracle PL SQL

Authors: Rajeev Kaula

1st Edition

1795532386, 978-1795532389

More Books

Students also viewed these Databases questions