Based on the code above,list the number,name,and balance of all customers with balances greater than or equal to $2,000 and less than or equal to $5,000.
A) SELECT CustomerNum, CustomerName, Balance FROM Customer WHERE Balance BETWEEN 2000 AND 5000 ;
B) SELECT CustomerNum, CustomerName, Balance FROM Customer WHERE Balance > 2000 ;
C) SELECT CustomerName, Balance FROM Customer WHERE Balance BETWEEN 2000 AND 5000 ;
D) SELECT CustomerNum, CustomerName FROM Customer WHERE Balance BETWEEN 2000 AND 5000 ;
Correct Answer:
Verified
Q25: To make changes to existing data in
Q26: Many versions of SQL require you to
Q27: To add new data to a table,use
Q28: To use a wildcard,include the _ operator
Q29: The _ function calculates the number of
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
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