READ Free Dumps For Oracle- 1z0-001
Question ID 1635 | You need to update employee salaries. If the salary of an employee is less than 1000, the salary needs to be incremented by 10%. |
Option A | A. DECLARE |
Option B | B. DECLARE |
Option C | C. DECLARE |
Option D | D. DECLARE |
Correct Answer | B |
Question ID 1636 | Scott forgot his password while on vacation. What command must be executed to set a password for Scott? |
Option A | A. Scott must execute the command: ALTER USER scott IDENTIFIED BY lion; |
Option B | B. The DBA must execute the command: CHANGE PASSWORD TO lion |
Option C | C. Scott must execute the command: ALTER USER scott PASSWORD BY lion; |
Option D | D. Scott must execute the command: CHANGE PASSWORD TO lion WHERE USER = 'SCOTT'; |
Option E | E. The DBA must execute the command: ALTER USER scott IDENTIFIED BY lion; |
Correct Answer | E |