READ Free Dumps For Oracle- 1z0-007
Question ID 1750 | Click the Exhibit button to examine the structure of the EMPLOYEES, DEPARTMENTS, and LOCATIONS tables. |
Option A | A. SELECT last_name, department_id, department_name, city |
Option B | B. SELECT e.last_name, d.department_id, |
Option C | C. SELECT e.last_name, d.department_id, |
Option D | D. SELECT e.last_name, d.department_id, |
Correct Answer | B |
Question ID 1751 | Which two statements about subqueries are true? (Choose two.) |
Option A | A. A subquery can retrieve zero or more rows. |
Option B | B. Subqueries CANNOT be nested by more than two levels. |
Option C | C. A subquery CANNOT be used in an SQL query statement that uses group functions. |
Option D | D. When a subquery is used with an inequality comparison operator in the outer SQL statement, the column list in the SELECT clause of the subquery should contain only one column. |
Correct Answer | A |