The MySQL INNER JOIN clause matches rows in one table with rows in other ... 3 . 4. 5. 6. SELECT column_list. FROM t1. INNER JOIN t2 ON join_condition1.
www.mysqltutorial.org