创建表 orders,包含列:order_id (INTEGER), customer_id (INTEGER), total (DECIMAL(10,2)), order_date (DATE)。使用按 order_id 的哈希分布。
登录后解题