摘要:
1. Write a SQL statement to retrieve all customer names (cust_name) from the Customers table, and display the results sorted from Z to A.SELECT cust_name FROM Customers ORDER BY cust_name DESC;2. Writ... 阅读全文
posted @ 2020-05-31 10:56
balian
阅读(128)
评论(0)
推荐(0)
浙公网安备 33010602011771号