1Z0-071 Web TestEngine demo

Exit VCEDump 1Z0-071 Oracle Database SQL
Question 35 of 63
0% complete
Q35 Single choice

View the exhibit and examine the structure of the SALES, CUSTOMERS, PRODUCTS and TIMES tables.

Question 35 diagram

The PROD_ID column is the foreign key in the SALES table, Which references the PRODUCTS table.

Similarly, the CUST_ID and TIME_ID columns are also foreign keys in the SALES table referencing the CUSTOMERS and TIMES tables, respectively.

Evaluate the following CREATE TABLE command:

CREATE TABLE new_sales (prod_id, cust_id, order_date DEFAULT SYSDATE)
AS
SELECT prod_id, cust_id, time_id
FROM sales;

Which statement is true regarding the above command?

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in