What is Left Outer Join?
Answers were Sorted based on User's Feedback
Answer / g.ramesh
It produce Result Set which contains matched rows and left
table unmatched rows.
Is This Answer Correct ? | 3 Yes | 2 No |
Answer / 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 |
what are database files and filegroups? : Sql server database administration
How to round a numeric value to a specific precision?
What is create command?
How to generate create table script on an existing table in ms sql server?
What stored by the master? : sql server database administration
What meant by Performance Tuning,how can we do the performance tuning on stored procedures and tell some steps to do the performance tuning
Explain about SQLOS?
What are sparse columns?
Explain the difference between functions and stored procedures in sql server?
Do you know what are the restrictions that views have to follow?
What is the fastest way to permanently delete a 1 million row table named customers?
What would be the Expected Salary For SQL Server Developer for 3 years exp. as per indian market?