Quantcast
Channel: Transact-SQL forum
Viewing all articles
Browse latest Browse all 12890

Left/Right Outer Join

$
0
0

When we call the Left/Right Outer Join, what Left/Right means?

From where left/right does it mean?

For example,

SELECT C.custid, C.companyname, O.orderid

FROM Sales.Customers AS C

LEFT OUTER JOIN Sales.Orders AS O

ON C.custid = O.custid;

What is left table, what is right table?


Viewing all articles
Browse latest Browse all 12890

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>