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 is the main difference between after trigger and instead trigger.
what type of indexes physically sort data?
How do you create an execution plan?
what is trigger
1 Answers CarrizalSoft Technologies, NIIT,
can any body tell me how to know the password of current user in sql server
What is difference between joins and subqueries?
How to find the latest updated value in a table without sending any parameters to that query
What keyword you will use to get schema appended to the result set of a ‘for xml’ query?
What are database states in ms sql server?
What is the difference between cube operator and rollup operator? : SQL Server Architecture
Can anyone explain difference between Database, Data warehouse and Data mart with some example?````
Can the query output be sorted by multiple columns in ms sql server?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)