dDriven Solutions interview question

What is Full Join in SQL?

Interview Answer

Anonymous

9 Jan 2022

The Full Join results from a combination of both left and right join that contains all the records from both tables. It fetches rows when there are matching rows in any one of the tables.