× Didn't find what you were looking for? Ask a question
Top Posters
Since Sunday
5
o
5
4
m
4
b
4
x
4
a
4
l
4
t
4
S
4
m
3
s
3
New Topic  
arock1 arock1
wrote...
Posts: 669
Rep: 0 0
6 years ago
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 ;
Read 31 times
1 Reply
Replies
Answer verified by a subject expert
leannaolsenleannaolsen
wrote...
Top Poster
Posts: 875
Rep: 3 0
6 years ago
Sign in or Sign up in seconds to unlock everything for free
1

Related Topics

arock1 Author
wrote...

6 years ago
I appreciate what you did here, answered it right Smiling Face with Open Mouth
wrote...

Yesterday
this is exactly what I needed
wrote...

2 hours ago
This calls for a celebration Person Raising Both Hands in Celebration
New Topic      
Explore
Post your homework questions and get free online help from our incredible volunteers
  1044 People Browsing
Related Images
  
 750
  
 291
  
 271