1. Learn
  2. /
  3. Kurser
  4. /
  5. Intermediate SQL Server

Connected

övning

Calculating mode (II)

In the last exercise, you created a CTE which assigned row numbers to each unique value in OrderPrice. All you need to do now is to find the OrderPrice with the highest row number.

Instruktioner

100 XP

Use the CTE ModePrice to return the value of OrderPrice with the highest row number.