Simplified version: INNER JOIN: show me only records that have an entry in the joined table. LEFT JOIN: show me all records. If there's entry in the joined table, show me that, too.
Simplified version: INNER JOIN: show me only records that have an entry in the joined table. LEFT JOIN: show me all records. If there's entry in the joined table, show me that, too.