EQUI JOIN creates a JOIN for equality or matching column(s) values of the relative tables. .EQUI JOIN also create JOIN by using JOIN with ON and then providing the names of the columns with their relative tables to check equality using equal sign (=).S