Easy
WHERE
Pending Order List
List pending orders with their date and total amount. Return columns: id, order_date, total_amount. Order results by: order_date.
Preparing the interactive SQL workspace...
List pending orders with their date and total amount. Return columns: id, order_date, total_amount. Order results by: order_date.
Preparing the interactive SQL workspace...