Previously, I shot some holes in an article touting the advantages of
MySQL over MS Access. Today I want to show one significant advantage MySQL
does have. The advantage pertains to the implementation of JOIN operators.
First, pointers to documentation for each product:
MS Access JET JOIN Syntax: INNER JOIN, LEFT JOIN, RIGHT JOIN
MySQL JOIN Syntax
The first thing that [...]
