Multiple Choice
Based on the tables below, which command creates a new table named CustSales that combines the Customer and SalesPerson tables based on SalesPersonNum??Customer (CustomerNum, CustomerName, Street, City, State, PostalCode, SalesPersonNum) ?SalesPerson (SalesPersonNum, LastName, FirstName)
A) PROJECT Customer SalesPerson WHERE Customer.SalesPersonNum=SalesPerson.SalesPersonNum MAKING CustSales
B) UNION Customer SalesPerson WHERE Customer.SalesPersonNum=SalesPerson.SalesPersonNum MAKING CustSales
C) SELECT Customer SalesPerson JOIN Customer.SalesPersonNum=SalesPerson.SalesPersonNum GIVING CustSales
D) JOIN Customer SalesPerson WHERE Customer.SalesPersonNum=SalesPerson.SalesPersonNum GIVING CustSales
Correct Answer:

Verified
Correct Answer:
Verified
Q17: In a relation, the order of rows
Q18: In an AND criterion, the overall criterion
Q19: In relational database shorthand, the structure of
Q20: List at least six of the aggregate
Q21: What is the difference between an AND
Q23: In the Access Query window, the upper
Q24: In relational algebra, what command causes only
Q25: Which term is another word for a
Q26: Which of the following is the column
Q27: The compound criteria (conditions) are created by