Oracle
1Z0-071 · Question #445
1Z0-071 Question #445: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-071 to reveal the answer and full explanation for question #445. The question stem and answer options stay visible for context.
Question
Examine the description of the EMPLOYEES table: Which statement will execute successfully, returning distinct employees with non-null first names?
Exhibit
Options
- ASELECT first_name, DISTINCT last_name FROM employees WHERE first_name <> NULL;
- BSELECT first_name, DISTINCT last_name FROM employees WHERE first_name IS NOT NULL;
- CSELECT DISTINCT * FROM employees WHERE first_name IS NOT NULL;
- DSELECT DISTINCT * FROM employees WHERE first_name <> NULL;
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.
