× 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  
batuayan batuayan
wrote...
Posts: 675
Rep: 0 0
6 years ago
Based on the code above, list the number, name, credit limit, and balance for all customers with credit limits that exceed their balances.
 a. SELECT CustomerNum, CustomerName FROM Customer WHERE CreditLimit>Balance ;
 b. SELECT CustomerNum, CustomerName, CreditLimit, Balance FROM Customer WHERE CreditLimit>Balance ;
  c. SELECT CustomerNum, CustomerName, Balance FROM Customer WHERE CreditLimit>Balance ;
 d. SELECT CustomerNum, CustomerName, CreditLimit, Balance FROM Customer ;
Read 23 times
1 Reply
Replies
Answer verified by a subject expert
red r.red r.
wrote...
Top Poster
Posts: 900
Rep: 4 0
6 years ago
Sign in or Sign up in seconds to unlock everything for free
1

Related Topics

batuayan Author
wrote...

6 years ago
Good timing, thanks!
wrote...

Yesterday
Thank you, thank you, thank you!
wrote...

2 hours ago
Correct Slight Smile TY
New Topic      
Explore
Post your homework questions and get free online help from our incredible volunteers
  1100 People Browsing
Related Images
  
 664
  
 1037
  
 145
Your Opinion