Question: FOR SQL QUERY: The InstantRide Driver Relationship team wants to learn how many travels each driver has done in the month of October. You need
FOR SQL QUERY:
The InstantRide Driver Relationship team wants to learn how many travels each driver has done in the month of October. You need to send them the DRIVER_ID, and two calculated columns: DAY and RIDES. The DAY column is calculated using the DAY() function with the TRAVEL_START_TIME as the argument. The RIDES column is calculated by using the COUNT() function to determine the number of rides given for each day. Filter the results with the MONTH function.
Query all travels given by drivers in the month of October.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
