LEFT JOIN
and LEFT OUTER JOIN
works exactly the same way.
Which means the keyword OUTER
has no effect or it is optional.
Why do we include a keyword which has no effect in execution?
LEFT JOIN
and LEFT OUTER JOIN
works exactly the same way.
Which means the keyword OUTER
has no effect or it is optional.
Why do we include a keyword which has no effect in execution?