首页 文档 Giventhefollowingquery:SELECTlast_namefirst_nameage

Giventhefollowingquery:SELECTlast_namefirst_nameage

Given the following query:SELECT last_name, first_name, age, hire_date FROM employee WHERE age >40Which of the following clauses must be added to return the rows sorted by AGE, oldest first, and by LAST_NAME, from A to Z?()

A.SORT BY age ASC, last_name

B.SORT BY age DESC, last_name

C.ORDER BY age DESC, last_name

D.ORDER BY age ASC, last_name

参考答案:C

本文来自网络,不代表煤炭资讯立场。转载请注明出处: http://www.mtxh.cn/bk/wd-bk/412935.html
上一篇
下一篇

作者: Anita

为您推荐

返回顶部