Cloudera Interview Question

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

Interview Answer

Anonymous

Mar 22, 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.