Indium Software interview question

what is inner join?

Interview Answers

Anonymous

Dec 15, 2015

It will retrieve matching rows from tables.

4

Anonymous

Jul 21, 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