Which three statements are true regarding sub queries? (Choose three.)
Evaluate these two SQL statements:SELECT last_name, salary, hire_date FROM EMPLOYEES ORDER BY salary DESC;SELECT last_name, salary, hire_date FROM EMPLOYEES ORDER BY 2 DESC;What is true about them?
Where can sub queries be used? (Choose all that apply)
Which statement correctly describes SQL and /SQL*Plus?
Which four are types of functions available in SQL? (Choose 4)
Evaluate the following SQL statement:Which statement is true regarding the outcome of the above query?