I have several tables with different numbers and types of columns, and a single column in common.
+--------+---------+------------+-------------+ | person |
SELECT * FROM beards JOIN moustaches ON moustaches.person = beards.person WHERE person = "bob"