Indium Software interview question

what is inner join?

Interview Answers

Anonymous

15 Dec 2015

It will retrieve matching rows from tables.

4

Anonymous

21 Jul 2020

An INNER JOIN is such type of join that returns all rows from both the participating tables where the key record of one table is equal to the key records of another table