Cloudera interview question

Explain the difference between an inner join and a right outer join?

Interview Answer

Anonymous

22 Mar 2016

An inner join only includes rows that have keys in both tables; a right outer join will include rows for all keys in the right hand table.