When selecting from multiple tables in MySQL, both of the following queries return the same result set.
Is one of these queries better or more efficient tha
They are the same, but with a different syntax. So you shouldn't expect any performance difference between the two syntaxes. However the the last syntax(ANS SQL-92 syntax) is the recommended, see these for more details: