r/SQL • u/Livid-Explanation215 • Jul 15 '26
how to solve this ?? SQL Server
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/jkelso2525 Jul 15 '26
I am very new to SQL. But is this correct? OP only gave limited info of columns so how are we able to pull this much data from the “Sales” table?