Tell us what is the difference between an inner and outer join?

Submitted by: Muhammad
An inner join returns rows when there is at least some matching data between two (or more) tables that are being compared.
An outer join returns rows from both tables that include the records that are unmatched from one or both the tables.
Submitted by: Muhammad

Read Online Database Developer Job Interview Questions And Answers