Create a table orders with columns: order_id (INTEGER), customer_id (INTEGER), total (DECIMAL(10,2)), order_date (DATE). Use hash distribution by order_id.
Sign in to solve