Do any queries exist that require RIGHT JOIN, or can they always be re-written with LEFT JOIN?
And more specifically, how do you re-write this one without the right
It's a bit like asking if using greater-than is ever required. Use the one that better fits the task at hand.