Aggregation Practice #23

Programming Interview Medium 5 views
Back to Questions

Problem Description

Table: Sales(store_id, amount). Return store_id and average amount, only stores with at least 5 rows.

Input Format

SQL tables are described in the question.

Output Format

Write the SQL query.

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next