psql what is a join table code example Example: psql join SELECT * FROM weather INNER JOIN cities ON (weather.city = cities.name);