Terdapat 3 macam Outer Join:
Syntax:
SELECT * FROM albums LEFT JOIN artists ON albums.artist_id = artists.id;