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 the advantages of passing name-value pairs as parameters?
Explain what is the difference between union and union all?
Explain system views?
Which command executes the contents of a specified file?
Tell me about joins in database system and explain each in detail.
0 Answers Axtria, ITC Indian Tobacco Company,
What is the largest component inside a field?
How do I debug a stored procedure in sql server?
what is the cursor life span?
What is blocking and how would you troubleshoot it? : sql server database administration
How many jobs will create for Mirroring, Log Shipping, and Transactional Replication?
How do I find the size of a sql server database?
Can two tables share a primary key?