Oracle OCP 082知识
剩余时间:
第 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.

正确答案:A,C

解析:

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980