Given the following query:SELECT last_name, first_...
单选题

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?()

发布日期:2020-04-10

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

热门试题

热门资讯

    暂无相关推荐~

分享给好友

分享到朋友圈

取消

使用浏览器的分享功能,把这篇文章分享出去

确定