Define right outer join in sql server joins?



Define right outer join in sql server joins?..

Answer / Anita Sharma

{"Right Outer Join":[n "Returns all rows from the right (right-hand) table and matching rows from the left (left-hand) table",n "If there is no match for a key in the left table, NULL values are returned for the left table's columns"n]}

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What are the types of user defined functions in sql server?

1 Answers  


What are the different subsets of sql?

0 Answers  


What is the latest version of microsoft sql server?

1 Answers  


What is the difference between for xml raw and for xml auto?

0 Answers  


What is the difference between sdf and mdf?

1 Answers  


What are the type of joins? When do we use Outer and Self joins?

3 Answers  


Hi all, can any one please tell me the difference between sql server 2008 and orace 9i

1 Answers   HP,


Can we create a clustered index on composite primary key.

3 Answers   IGT,


How is sql server used?

1 Answers  


What is the difference between delete and truncate statements?

1 Answers  


how you can move data or databases between servers and databases in sql server? : Sql server administration

1 Answers  


How to list all user names in a database?

1 Answers  


Categories