JOIN returns records with matching values in both tablesLEFT JOIN returns all records from the left table and matching records from the right tableRIGHT JOIN returns all records from the right table and matching records from the left tableULL JOIN returns all records from both tables