Based on the code above,list the number,name,and balance of all customers with balances greater than or equal to $1,000 and less than or equal to $5,000.
A) SELECT CustomerNum,CustomerName,Balance FROM Customer WHERE Balance BETWEEN 1000 AND 5000 ;
B) SELECT CustomerNum,CustomerName,Balance FROM Customer WHERE Balance > 1000 ;
C) SELECT CustomerName,Balance FROM Customer WHERE Balance BETWEEN 1000 AND 5000 ;
D) SELECT CustomerNum,CustomerName FROM Customer WHERE Balance BETWEEN 1000 AND 5000 ;
Correct Answer:
Verified
Q21: When a subquery is used,_ is(are)evaluated first.
A)
Q24: Based on the code above,for each sales
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
Q30: You can save the results of a
Q32: Based on the code above,list the number,name,and
Q33: Based on the code above,list the number,name,street,and
Q33: The _ function determines the largest value
Q36: Based on the code above,list the number,name,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