Easy
WHERE
Pro Challenge
completed Orders After 2024-03-01
Find completed orders placed on or after 2024-03-01. Return columns: id, order_date, total_amount. Order results by: order_date, id.
Preparing the interactive SQL workspace...
Find completed orders placed on or after 2024-03-01. Return columns: id, order_date, total_amount. Order results by: order_date, id.
Preparing the interactive SQL workspace...