As per the reference provided here, there is no difference between LEFT JOIN and LEFT OUTER JOIN in RDBMS server, except the point that term 'OUTER' is mentioned explicitly as discussed in the below post: LEFT JOIN vs. LEFT OUTER JOIN in SQL Server
Can someone confirm if any way Apache HIVE has changed the semantics of LEFT JOIN or LEFT OUTER JOIN compared to SQL support in RDBMS server?