the link is http://www.sqlcommands.net/sql+join/
i would like to know if it would work if it were
SELECT Weather.City
FROM Weather
WHERE Weather.City = State.City
meaning select all those cities "from weather" which belong in the state table
will the above work if not then why?