在SQL的排序子句:ORDER BY 总分DESC,英语 DESC表示()。
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? ()
免费的网站请分享给朋友吧