1. 학습
  2. /
  3. 강의
  4. /
  5. Writing Functions and Stored Procedures in SQL Server

Connected

연습 문제

Format for Germany

Write a query to display the TotalDistance, TotalRideTime and TotalFare for each day and NYC Borough. Display the date, distance, ride time, and fare totals for German culture.

지침

100 XP
  • Cast PickupDate as a date and display it as a German date.
  • Display TotalDistance and TotalRideTime in the German format ('n' format type parameter).
  • Display Total Fare as German currency ('c' format type parameter).