Comece agoraComece grátis

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.

Este exercicio faz parte do curso

Writing Functions and Stored Procedures in SQL Server

Ver curso

Instruções do exercicio

  • Declare @Borough as a nvarchar(30) variable and set it to 'Manhattan'.
  • Pass @Borough to execute the dbo.cuspPickupZoneShiftStats stored procedure.
  • Admire your work. :)

exercicio interativo prático

Tente este exercicio completando este código de exemplo.

-- Create @Borough
___ ___ AS ___(___) = '___'
-- Execute the SP
___ ___.___
    -- Pass @Borough
	___ = ___;
Editar e Executar Código