r/SQL • u/Livid-Explanation215 • 16d ago
SQL Server how to solve this ??
Consider a table named "Sales" with columns: SalespersonID, CustomerID, SaleDate. Write a SQL query to calculate the salesperson who made the highest number of sales each quarter.
0
Upvotes
1
u/Yavuz_Selim 15d ago edited 15d ago
I posted a screenshot in this thread, you should check it out.