Pickup locations by shift results
Let's see the AvgFarePerKM,RideCount and TotalRideMin for the pickup locations within Manhattan during the different driver shifts of each weekday.
Latihan ini merupakan bagian dari kursus
Writing Functions and Stored Procedures in SQL Server
Instruksi latihan
- Declare
@Boroughas anvarchar(30)variable and set it to'Manhattan'. - Pass
@Boroughto execute thedbo.cuspPickupZoneShiftStatsstored procedure. - Admire your work. :)
Latihan interaktif langsung praktik
Cobalah latihan ini dengan melengkapi kode contoh ini.
-- Create @Borough
___ ___ AS ___(___) = '___'
-- Execute the SP
___ ___.___
-- Pass @Borough
___ = ___;