第 62 题 (多选题):
Examine the description of the SALES table: The SALES table has 55,000 row. Examine this statement: CREATE TABLE sales1 (prod_id, cust_id, quantity_sold, price) AS SELECT product_id, customer_id, quantity_sold, price FROM sales WHERE 1 = 1; Which two statements are true.