Based on the code above,list the number,name,and available credit for all customers with credit limits that exceed their balances.
A) SELECT CustomerNum, CustomerName AS AvailableCredit FROM Customer WHERE CreditLimit>Balance ;
B) SELECT CustomerNum, CustomerName, CreditLimit AS AvailableCredit FROM Customer WHERE CreditLimit>Balance ;
C) SELECT CustomerNum, CustomerName, Balance AS AvailableCredit FROM Customer WHERE CreditLimit>Balance ;
D) SELECT CustomerNum, CustomerName, CreditLimit-Balance AS AvailableCredit FROM Customer WHERE CreditLimit>Balance ;
Correct Answer:
Verified
Q31: Based on the code above,list the number,name,and
Q32: The _ clause can be used to
Q33: Based on the code above,list the number,name,street,and
Q34: Based on the code above,list the number,name,credit
Q35: In versions of SQL other than Access,the
Q37: When rows are grouped,_.
A) the totals appear
Q38: The basic form of an SQL retrieval
Q39: When used after the word SELECT,the _
Q40: In Access SQL,the _ is used as
Q41: A field whose values you derive from
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