Relative Content

Tag Archive for sqldatabaserdbms

Why was LEFT INNER JOIN deprecated?

I would like to ask why LEFT INNER JOIN was deprecated. As far as I know, the join syntax specifies the driving table first (using LEFT or RIGHT), followed by the join method (INNER or OUTER).