Question

In SQL, which type of JOIN will return all rows from the left table and the matching rows from the right table, filling with NULLs where there is no match?

A INNER JOIN
B LEFT JOIN
C RIGHT JOIN
D FULL JOIN
E CROSS JOIN
Practice Next

Hey! Ask a query