返回数说广场
1
查看此SQL语句,选择三个正确答案确认可以使查询成功执行的ORDER BY子句。ACD
SELECT cust_id, cus_last_name "Last Name"
FROM customers
WHERE country_id = 10
UNION
SELECT cust_id CUST_NO, cust_last_name
FROM customers
WHERE country_id = 30
A
ORDER BY 2, 1
B
ORDER BY CUST_NO
C
ORDER BY 2,cust_id
D
ORDER BY "Last Name"
E
ORDER BY "CUST_NO"
1
1 198
分享
评论
热门数说



