MS SQL Server Joins Question:
Download Questions PDF

What is full outer join in SQL server joins?

SQL Server Joins Interview Question
SQL Server Joins Interview Question

Answer:

In Full Outer Join all rows in all joined tables are included, whether they are matched or not.

Download SQL Server Joins Interview Questions And Answers PDF

Previous QuestionNext Question
What is right outer join in SQL server joins?What is self join in SQL server joins?