READ Free Dumps For Oracle- 1z0-001
Question ID 1621 | Click on the EXHIBIT button and examine the employee table. |
Option A | A. WHERE salary < 50000 |
Option B | B. FROM employee |
Option C | C. ORDER BY last_name |
Option D | D. GROUP BY dept_no |
Correct Answer | D |
Question ID 1622 | Given this CURSOR statement: DECLARE |
Option A | A. A scalar datatype was not specified for the parameter. |
Option B | B. A WHERE clause is not allowed in a CURSOR statement. |
Option C | C. The INTO clause is missing from the SELECT statement. |
Option D | D. The parameter mode was not defined. |
Correct Answer | A |