A RIGHT JOIN
returns all records from the right table and the matching records from the left table. If there are no matches in the left table, the result will contain NULL values for columns from the left table. This join ensures that all data from the right table is retained, even if no corresponding rows exist in the left table.