Infosys interview question

difference between SQL joins

Interview Answers

Anonymous

13 Jan 2020

An inner join finds and returns matching data from tables, while an outer join finds and returns matching data and some dissimilar data from tables.

Anonymous

7 Jan 2019

Mainly 2 types inner joins and outer joins