READ Free Dumps For Oracle- 1z0-001
Question ID 1611 | The view EMP VIEW is created based on the table EMP as follows: |
Option A | A. The SAL column in the EMP table is updated to 20000 for employees in department 10. |
Option B | B. The TOT_SAL column in EMP_VIEW view is updated to 20000 for department 10. |
Option C | C. The TOT_SAL column in EMP table is updated to 20000 for department 10. |
Option D | D. The base table can not be updated through this view. |
Correct Answer | D |
Question ID 1612 | |
Option A | A. CREATE SEQUENCE patient_id_seq START WITH 1000 |
Option B | B. This task cannot be accomplished. |
Option C | C. CREATE SEQUENCE patient_id_seq |
Option D | D. CREATE SEQUENCE patient_id_seq START WITH 1000 |
Correct Answer | D |