Write a SQL query to drop a table.
Use PostgreSQL syntax to remove the staging_orders table. The submitted SQL must also return a confirmation row so the execution result can be verified.
dropped_table.staging_orders.| Column | Type | Description |
|---|---|---|
| order_idPK | INTEGER | Unique staging order identifier |
| order_reference | VARCHAR(30) | External order reference |
| load_status | VARCHAR(20) | Current staging load status |
| source_system | VARCHAR(30) | System that supplied the staging record |