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?
A.
Complete join
B.
Partial join
C.
Inner join
D.
Outer join