Problem Description

Payments(order_id, due_date, paid_at). Find customers where for every payment, paid_at > due_date.

Input Format

SQL query

Output Format

Result set

Sample Test Case

Input:
Payments joined to Orders
Output:
Customer list

Constraints

Use NOT EXISTS of on-time payment

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next