READ Free Dumps For Oracle- 1z0-007
Question ID 1760 | Which SQL statement displays the date March 19, 2001 in a format that appears as "Nineteenth of March 2001 12:00:00 AM"? |
Option A | A. SELECT |
Option B | B. SELECT |
Option C | C. SELECT |
Option D | D. SELECT |
Correct Answer | D |
Question ID 1761 | Examine the structure of the EMPLOYEES table: |
Option A | A. UPDATE employees SET first_name = 'John', SET last_name ='Smith' WHERE employee_id = 180; |
Option B | B. UPDATE employees |
Option C | C. UPDATE employees SET first_name = 'John' |
Option D | D. UPDATE employees SET first_name = 'John' AND last_name ='Smith' WHERE employee_id = 180; |
Correct Answer | B |