READ Free Dumps For Oracle- 1z1-051
Question ID 4896 | Examine the structure of the EMPLOYEES and NEW_EMPLOYEES tables: |
Option A | A. DELETE FROM employees |
Option B | B. DELETE * FROM employees |
Option C | C. DELETE FROM employees |
Option D | D. DELETE * FROM employees |
Correct Answer | C |
Question ID 4897 | Examine the structure of the EMP_DEPT_VU view: |
Option A | A. SELECT * |
Option B | B. SELECT department_id, SUM(salary) FROM emp_dept_vu |
Option C | C. SELECT department_id, job_id, AVG(salary) FROM emp_dept_vu |
Option D | D. SELECT job_id, SUM(salary) FROM emp_dept_vu |
Option E | E. None of the statements produce an error; all are valid. |
Correct Answer | E |