Based on the code shown, which query lists the number, name, credit limit, and balance for all customers with credit limits that exceed their balances???Customer ( CustomerNum, CustomerName, Street, City, State, PostalCode, Balance, CreditLimit, RepNum )
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 ;
Correct Answer:
Verified
Q33: Which function calculates the number of entries
Q34: Based on the code shown, which query
Q35: Based on the code shown, for each
Q36: Based on the code shown, which query
Q37: Which operator do you use in the
Q39: In Access SQL, which character is used
Q40: Based on the code shown, which query
Q41: Based on the code shown, which query
Q42: Words that are part of the SQL
Q43: Based on the code shown, which query
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