The following code would include:
SELECT Customer_T.CustomerID, Order_T.CustomerID,
CustomerName, OrderID
FROM Customer_T, Order_T
WHERE Customer_T.CustomerID = Order_T. CustomerID;
A) all rows of the Order_T Table regardless of matches with the Customer_T Table.
B) all rows of the Customer_T Table regardless of matches with the Order_T Table.
C) only rows that match both Customer_T and Order_T Tables.
D) only rows that don't match both Customer_T and Order_T Tables.
Correct Answer:
Verified
Q1: A type of join between three tables
Q3: The most commonly used form of join
Q4: A join operation:
A) brings together data from
Q5: The following code would include:
SELECT Customer_T.CustomerID,CustomerName,
Q6: A join in which the joining condition
Q7: One major advantage of the outer join
Q8: The UNION clause is used to:
A) combine
Q9: A join in which rows that do
Q10: A _ is a temporary table used
Q11: The _ operator is used to combine
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