请在 下方输入 要搜索的题目:

Examine the description of the MEMBERs table:Name Null? TypeMEMBER_TD NOT NULL VARCHAR2(6)FIRST NAME VARCHAR2(SO)LAST NAME NOT NULL VARCHAR2 (50)ADDRESS VARCHAR2 (50)CITY VARCHAR2(25)Examine the partial query:SELECT city, last_name LNAME FROM members ・・・;You want to display all cities that contain the string AN. The cities must be returned in ascending order with the last names further sorted in descending order.Which two clauses must you add to the query?
选项:

A: ORDER BY 1, LNAME DESC
B: ORDER BY1, 2
C: WHERE city IN (‘%AN%')
D: WHERE city= ‘%AN%'
E: WHERE city LIKE ‘%AN%'
F: ORDER BY last name DESC, city ASC

发布时间:2024-04-08 13:03:57
推荐参考答案 ( 由 搜题小帮手 官方老师解答 )
联系客服
答案:

以下文字与答案无关

提示:有些试题内容 显示不完整,文字错误 或者 答案显示错误等问题,这是由于我们在扫描录入过程中 机器识别错误导致,人工逐条矫正总有遗漏,所以恳请 广大网友理解。

相关试题
登录 - 搜题小帮手
点我刷新
立即注册
注册 - 搜题小帮手
点我刷新
立即登录