READ Free Dumps For Oracle- 1z0-001
Question ID 1504 | Examine the table structures: EMP Table |
Option A | A. SELECT e.name, e.salary, t.taxgrade FROM emp e, tax t |
Option B | B. SELECT e.name, e.salary, t.taxgrade FROM emp e, tax t |
Option C | C. SELECT e.name, e.salary, t.taxgrade FROM emp e, tax t |
Option D | D. SELECT e.name, e.salary, t.taxgrade |
Correct Answer | B |
Question ID 1505 | How do you declare a PL/SQL table of records to hold the rows selected from the EMP table? |
Option A | A. DECLARE |
Option B | B. DECLARE |
Option C | C. BEGIN |
Option D | D. DECLARE |
Correct Answer | B |