MS SQL Server Joins Question:
Download Questions PDF

What is right outer join in SQL server joins?

SQL Server Joins Interview Question
SQL Server Joins Interview Question

Answer:

In Right Outer Join all rows in the second-named table i.e. "right" table, which appears rightmost in the JOIN clause are included. Unmatched rows in the left table are not included.

Download SQL Server Joins Interview Questions And Answers PDF

Previous QuestionNext Question
What are the properties of sub-query?What is full outer join in SQL server joins?