Top Earners

Question

You are given the following dataset of daily sales from a company's sales team. You can assume the table is called DailySales. Given this, write a SQL query to return the top sales person on each given day.

Column Name Column Type Short description
Date string Date of sales summary
Name string Name of sales person.
Num_Sales int Total number of sales

Solution

Access restricted

Subscribe to premium account to see the solution.

Get premium now