Based on the code above,list the number,name,street,and credit limit of all customers.Order the customers by name within descending credit limit.
A) SELECT CustomerNum, CustomerName, Street, CreditLimit FROM Customer SORT BY CreditLimit DESC, CustomerName ;
B) SELECT CustomerNum, CustomerName, Street, CreditLimit FROM Customer SORT BY CreditLimit ASC, CustomerName ;
C) SELECT CustomerNum, CustomerName, Street, CreditLimit FROM Customer ORDER BY CreditLimit DESC, CustomerName ;
D) SELECT CustomerNum, CustomerName, Street, CreditLimit FROM Customer ORDER BY CreditLimit ASC, CustomerName ;
Correct Answer:
Verified
Q28: To use a wildcard,include the _ operator
Q29: The _ function calculates the number of
Q30: Based on the code above,list the number,name,and
Q31: Based on the code above,list the number,name,and
Q32: The _ clause can be used to
Q34: Based on the code above,list the number,name,credit
Q35: In versions of SQL other than Access,the
Q36: Based on the code above,list the number,name,and
Q37: When rows are grouped,_.
A) the totals appear
Q38: The basic form of an SQL retrieval
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents