万能百科  > 计算机   > 

YouneedtogeneratealistofallcustomerlastnameswiththeircreditlimitsfromtheCUSTOMER

2021-05-05   

A.SELECTcust_last_name,cust_credit_limitFROMcustomersORDERBYcust_credit_limitDESC

B.SELECTcust_last_name,cust_credit_limitFROMcustomersORDERBYcust_credit_limit

C.SELECTcust_last_name,cust_credit_limitFROMcustomersORDERBYcust_credit_limitNULLSLAST

D.SELECTcust_last_name,cust_credit_limitFROMcustomersORDERBYcust_last_name,cust_credit_limitNULLSLAST

正确答案:

参考B, C

词条内容仅供参考,如果您需要解决具体问题
(尤其在法律、医学等领域),建议您咨询相关领域专业人士。

标签