Problem Description

Write a query using subquery that returns customers who placed more than 3 orders.

Input Format

SQL query

Output Format

Result set

Sample Test Case

Input:
Orders(customer_id)
Output:
Customer list

Constraints

None

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next