Answers

Question and Answer:

  Home  Database Developer

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

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.

 167 views

More Questions for you: