Based on the code above,list the number and name of all customers that are either represented by sales rep 30 or that currently have orders on file,or both.
A) SELECT CustomerNum, CustomerName, FROM Customer WHERE RepNum='30' UNION SELECT Customer.CustomerNum, CustomerName, FROM Customer ;
B) SELECT CustomerNum, CustomerName, FROM Customer WHERE RepNum='30' UNION SELECT Customer.CustomerNum, CustomerName, FROM Customer, Orders WHERE Customer.CustomerNum=Orders.CustomerNum ;
C) SELECT CustomerNum, CustomerName, FROM Customer WHERE RepNum='30' WHERE Customer.CustomerNum=Orders.CustomerNum ;
D) SELECT CustomerNum, CustomerName, FROM Customer WHERE RepNum='30' UNION SELECT Customer.CustomerNum, CustomerName, FROM Customer, Orders ;
Correct Answer:
Verified
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
Q43: Based on the code above,find the name
Q44: Based on the code above,list the name
Q45: SQL was developed under the name _
Q46: Based on the code above,delete any row
Q47: Based on the code above,list the descriptions
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