Question: Question 2 The following query SELECT c.CustomerName AS Customer, b.CustomerName AS BilledToCustomer FROM Sales.Customers b JOIN Sales.Customers c ON b.CustomerID = c.BillToCustomerID is an example
Question 2
-
The following query
SELECT c.CustomerName AS Customer, b.CustomerName AS BilledToCustomer
FROM Sales.Customers b
JOIN Sales.Customers c ON b.CustomerID = c.BillToCustomerID
is an example of:
a) Left Outer Join
b) Cross Join
c) Right Outer Join
d) Self Join
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
