Infosys Interview Question

difference between SQL joins

Interview Answers

Anonymous

Jan 13, 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

Jan 7, 2019

Mainly 2 types inner joins and outer joins