READ Free Dumps For Oracle- 1z0-007
Question ID 1730 | Evaluate these two SQL statements: |
Option A | A. The second statement returns a syntax error. |
Option B | B. The two statements produce identical results. |
Option C | C. 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 D | D. There is no need to specify DESC because the results are sorted in descending order by default. |
Correct Answer | B |
Question ID 1731 | Which four statements correctly describe functions that are available in SQL? (Choose four.) |
Option A | A. TRUNCATE rounds the column, expression, or value to n decimal places. |
Option B | B. TRIM trims the heading or trailing characters (or both) from a character string. |
Option C | C. DECODE translates an expression after comparing it to each search value. |
Option D | D. INSTR returns the numeric position of a named character. |
Option E | E. NVL compares two expressions and returns null if they are equal, or the first expression if they are not equal. |
Option F | F. NULLIF compares two expressions and returns null if they are equal, or the first expression if they are not equal. |
Correct Answer | B,C,D,F |