READ Free Dumps For Oracle- 1z1-051
Question ID 4892 | EMPLOYEES and DEPARTMENTS data: |
Option A | A. The statement executes successfully, leaves the manager ID as the existing value, and changes the salary to 4000 for the employees with ID 103 and 105. |
Option B | B. The statement executes successfully, changes the manager ID to NULL, and changes the salary to 4000 for the employees with ID 103 and 105. |
Option C | C. The statement executes successfully, changes the manager ID to NULL, and changes the |
Option D | D. The statement fails because there is more than one row matching the employee name Smith. |
Option E | E. The statement fails because there is more than one row matching the IT_ADMIN job ID in the |
Option F | F. The statement fails because there is no 'Administration' department in the DEPARTMENTS |
Correct Answer | D |
Question ID 4893 | Which SQL statement accepts user input for the columns to be displayed, the table name, and WHERE condition? |
Option A | A. SELECT &1, "&2" |
Option B | B. SELECT &1, '&2' |
Option C | C. SELECT &1, &2 |
Option D | D. SELECT &1, '&2' |
Correct Answer | C |