Search
⌘K

Leetcode 1083. Sales Analysis II

Perform SQL-based sales analysis by joining transaction and reference tables, using GROUP BY/HAVING and subqueries to compute aggregated metrics (e.g., total sales per product or customer) and return rows that meet a specified condition. The problem tests relational joins, aggregation, filtering on aggregated results, and handling existence/non-existence queries.


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.