Examine the below-given SQL statements applied on a table named, Employees and answer the following question.
1. SELECT Iast_name, salary, hire_date FROM EMPLOYEES ORDER BY salary DESC
2. SELECT Iast_name, salary. hire_date FROM EMPLOYEES ORDER BY 2 DESC
Which of the answer options is true?
Correct Answer: The two statements produce identical results.
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More Database Management MCQ Questions