NFi Studios interview question

What is the difference between a right join and an inner join?

Interview Answer

Anonymous

21 Feb 2012

the right join creates rows from both tables that satisfy the where clause and including all the rows from the table on the right the inner join doesnt include

1