Search
⌘K

Leetcode 1082. Sales Analysis I

Given a Sales table, write a basic SQL query to summarize transactions by grouping rows (e.g., by date, product, or seller) and computing aggregate metrics like total sales, using SELECT, GROUP BY and aggregation functions (and HAVING/ORDER BY if required). This tests fundamental SQL aggregation and filtering skills.


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.