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,CreditLimit,Balance FROM Customer ;
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 FROM Customer WHERE CreditLimit>Balance ;
Correct Answer:
Verified
Q6: The HAVING clause is to groups what
Q19: To create numbers with decimals in Access,you
Q21: To add new data to a table,use
Q22: In MySQL,the _ is used as a
Q23: To use a wildcard,include the _ operator
Q25: When used after the word SELECT,the _
Q26: When you use a name containing a
Q27: In Access SQL,the _ is used as
Q29: When rows are grouped,_.
A)the totals appear with
Q33: Based on the code above,list the number,name,street,and
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