Oracle
1Z0-071 · Question #100
1Z0-071 Question #100: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-071 to reveal the answer and full explanation for question #100. The question stem and answer options stay visible for context.
Question
View the exhibit and examine the structure of the SALES, CUSTOMERS, PRODUCTS and TIMES tables. The PROD_ID column is the foreign key in the SALES table referencing the PRODUCTS table. The CUST_ID and TIME_ID columns are also foreign keys in the SALES table referencing the CUSTOMERS and TIMES tables, respectively. Examine this 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?
Exhibit
Options
- AThe NEW_SALES table would get created and all the FOREIGN KEY constraints defined on the
- BThe NEW_SALES table would not get created because the column names in the CREATE
- CThe NEW_SALES table would not get created because the DEFAULT value cannot be specified
- DThe NEW_SALES table would get created and all the NOT NULL constraints defined on the
Unlock 1Z0-071 to see the answer
You've previewed enough free 1Z0-071 questions. Unlock 1Z0-071 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
