READ Free Dumps For Oracle- 1z0-007
Question ID 1764 | Evaluate these two SQL statements: |
Option A | A. The two statements can be made to produce identical results by adding a column alias for the salary column in the second SQL statement. |
Option B | B. The two statements produce identical results. |
Option C | C. There is no need to specify DESC because the results are sorted in descending order by default. |
Option D | D. The second statement returns a syntax error. |
Correct Answer | B |
Question ID 1765 | Examine the structure of the EMPLOYEES table: |
Option A | A. CREATE VIEW emp_vu AS SELECT employee_id, emp_name, department_id |
Option B | B. CREATE VIEW emp_vu AS |
Option C | C. CREATE VIEW emp_vu AS |
Option D | D. CREATE VIEW emp_vu AS |
Correct Answer | B |