Answer to Question #76508 in Databases | SQL | Oracle | MS Access for J
What would the following query include?
SELECT Customer_T.CustomerID,CustomerName, OrderID
FROM Customer_T RIGHT OUTER JOIN Order_T
ON Customer_T.CustomerID = Order_T.CustomerID
only rows that match both Customer_T and Order_T Tables
only rows that do not match both Customer_T and Order_T Tables
all rows of the Order_T Table regardless of matches with the Customer_T Table
all rows of the Customer_T Table regardless of matches with the Order_T Table
1
2018-04-28T12:07:08-0400
- all rows of the Order_T Table regardless of matches with the Customer_T Table
Need a fast expert's response?
Submit order
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment