InstantRide is the new ride sharing application in the city and it has just started its operations. With the help of the Instant Ride mobile application, the users request a ride with their location. Drivers and cars are assigned to the request; and then the driver picks up the user to ride their requested location. Information for the users, drivers and cars are stored in the database as well as the travel transactions.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

Please help I have been at this for day

**Scenario and Database Model: InstantRide**

**InstantRide** is the new ride-sharing application in the city, and it has just started its operations. With the help of the InstantRide mobile application, the users request a ride with their location. Drivers and cars are assigned to the request, and then the driver picks up the user to ride to their requested location. Information for the users, drivers, and cars are stored in the database, as well as the travel transactions.

In the **USERS** table, information for the users is stored with their first name, last name, and email:

| USER_ID | USER_FIRST_NAME | USER_LAST_NAME | USER_EMAIL         |
|---------|-----------------|----------------|--------------------|
| 3001    | Jack            | Hill           | j.hill@mail.com    |
| 3002    | Ryan            | Collins        | r.collins@xmail.com|
| 3003    | Nursin          | Yilmaz         | n.atak@gmail.com   |
| 3004    | Sarah           | Price          | s.price@xmail.com  |
| 3005    | Bobby           | Griffin        | b.griffin@xmail.com|
| 3006    | Randy           | Clark          | r.clark@xmail.com  |
| 3007    | Jose            | Thomas         | j.thomas@xmail.com |
| 3008    | Nursin          | Yilmaz         | n.yilmaz@xmail.com |

*Users Table*
Transcribed Image Text:**Scenario and Database Model: InstantRide** **InstantRide** is the new ride-sharing application in the city, and it has just started its operations. With the help of the InstantRide mobile application, the users request a ride with their location. Drivers and cars are assigned to the request, and then the driver picks up the user to ride to their requested location. Information for the users, drivers, and cars are stored in the database, as well as the travel transactions. In the **USERS** table, information for the users is stored with their first name, last name, and email: | USER_ID | USER_FIRST_NAME | USER_LAST_NAME | USER_EMAIL | |---------|-----------------|----------------|--------------------| | 3001 | Jack | Hill | j.hill@mail.com | | 3002 | Ryan | Collins | r.collins@xmail.com| | 3003 | Nursin | Yilmaz | n.atak@gmail.com | | 3004 | Sarah | Price | s.price@xmail.com | | 3005 | Bobby | Griffin | b.griffin@xmail.com| | 3006 | Randy | Clark | r.clark@xmail.com | | 3007 | Jose | Thomas | j.thomas@xmail.com | | 3008 | Nursin | Yilmaz | n.yilmaz@xmail.com | *Users Table*
**Tasks:**

1. Create a new table to store car maintenance types.
2. Create a new table to store maintenance operations.
3. Create a new table to store the information of active drivers.
4. Create an **INDEX** to search for driver information.
5. Create a constraint on the **ACTIVE_DRIVERS** table.
6. Alter the **MAINTENANCE_TYPES** table to include pricing information.
Transcribed Image Text:**Tasks:** 1. Create a new table to store car maintenance types. 2. Create a new table to store maintenance operations. 3. Create a new table to store the information of active drivers. 4. Create an **INDEX** to search for driver information. 5. Create a constraint on the **ACTIVE_DRIVERS** table. 6. Alter the **MAINTENANCE_TYPES** table to include pricing information.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Windows
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education