I'm still somewhat new to MySQL, and was wondering what join queries do exactly? Do they join two tables that have a field in common?
If so, how do these compare to "WHERE table1.fieldA=table2.fieldA" statements, as far as ease and efficiency?
Edit: Typo