Based on the SQL shown, which query lists the name and balance of all customers with balances greater than or equal to $2,000 and less than or equal to $5,000? Customers ( CustomerNum, CustomerName, Street, City, State, PostalCode, Balance, CreditLimit, RepNum )
A) SELECT CustomerName, Balance FROM Customers WHERE Balance BETWEEN 2000 AND 5000;
B) SELECT CustomerName, Balance FROM Customers WHERE Balance > 2000;
C) SELECT Balance FROM Customers WHERE Balance BETWEEN 2000 AND 5000;
D) SELECT CustomerName, Balance FROM Customers WHERE Balance BETWEEN 2000 OR 5000;
Correct Answer:
Verified
Q30: Based on the SQL shown, which query
Q31: When you place one query inside another,
Q32: Which of the following SQL commands sorts
Q33: The Clients table contains 12 records with
Q34: Based on the SQL shown, for each
Q36: What SQL keyword do you use in
Q37: Which statement creates a table named PostalCodes
Q38: Based on the table description and SQL
Q39: What SQL command do you use to
Q40: Based on the table description and SQL
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