Oracle
1Z0-061 · Question #300
1Z0-061 Question #300: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-061 to reveal the answer and full explanation for question #300. The question stem and answer options stay visible for context.
Question
View the exhibit and examine the description for the SALES and CHANNELS tables. You issued the following SQL statement to insert a row in the SALES table: INSERT INTO sales VALUES (23, 2300, SYSDATE, (SELECT channel_id FROM channels WHERE channel_desc='Direct Sales'), 12, 1, 500); Which statement is true regarding the execution of the above statement?
Options
- AThe statement will execute and the new row will be inserted in the SALES table.
- BThe statement will fail because subquery cannot be used in the VALUES clause.
- CThe statement will fail because the VALUES clause is not required with subquery.
- DThe statement will fail because subquery in the VALUES clause is not enclosed with in single
Unlock 1Z0-061 to see the answer
You've previewed enough free 1Z0-061 questions. Unlock 1Z0-061 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.