order_id 是该表的主键,该表包含有关客户订单的信息。customer_id 是顾客编号,product_id 是产品编号,order_date 是下单日期,格式为 'YYYY-MM-DD',quantity 是购买数量。购买了ID为“ product_id”的“数量”产品的客户的ID。Order_date是订单出厂时的日期。 order_id is the primary key for this table. ...
表二:Orders Table order_id是该表的主键。该表包含有关customer_id所下订单的信息。没有客户会在一天内订购同一产品超过一次。 order_id is the primary key for this table. This table contains information about the orders made by customer_id. No customer will order the same productmore than oncein ...