What is Left Outer Join?

Answer Posted / prasanna

The result set of a left outer join includes all the rows
from the left table specified in the LEFT OUTER clause, not
just the ones in which the joined columns match. When a row
in the left table has no matching rows in the right table,
the associated result set row contains null values for all
select list columns coming from the right table.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you tell me about the concept of ER diagrams?

805


What are different types of statement?

671


What is inner join? Explain with an example?

876


What is the difference between varchar and nvarchar datatypes?

763


How to set a database state to offline in ms sql server?

719


How exceptions can be handled in sql server programming?

708


How to enable tcp/ip protocol on a sql server?

793


What is reportserver and reportservertempdb ?

131


How to create an index on a view?

747


How to manipulate data from one table to another table ?

719


What are triggers in ms sql server?

798


What is the command used to recompile the stored procedure at run time?

783


Explain magic tables in sql server?

727


What is bit data type? What's the information that can be stored inside a bit column?

691


What according to you is the difference between mysql and sql server performance?

769