MySQL Join Operation
MySQL Join Operation
A JOIN clause is used to combine rows from two or more tables, based on a related column between
them
It is the union of the left outer join and right outer join. It returns all the records from the both
tables. Returns null for unmatched records.
-> union
2) Inner join:-