Problem Description

Create a backup table OrdersBackup and copy only last month's orders into it (full rows).

Input Format

SQL DDL + DML

Output Format

Table + rows created

Sample Test Case

Input:
Orders(order_date, ...)
Output:
Backup filled

Constraints

Assume PostgreSQL-style DATE_TRUNC

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next