You have a Customer table and an Order table. You join the Customer table with the Order table by using the CusromerID column.
The results include:
* All customers and their orders
* Customers who have no orders
Which type of join do these results represent?
Currently there are no comments in this discussion, be the first to comment!