In the context of Email Marketing, a right join is a type of data join used in database management to combine records from two tables. A right join returns all records from the right table and the matched records from the left table. If there is no match, the result is NULL on the side of the left table.