Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 482 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 482 Bytes

Top Earners

You are given the following data set of daily sales from a company's sales team. You can assume the table is called DailySales. Can you find the top sales person on given day? Solution will be written in SQL.

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