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 #temp and @table variable in SQL server?
Suppose you want to implement the one-to-one relationships while designing tables. How would you do it?
explain what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration
explain what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration
What is the user of Primary key?
Explain what is cte (common table expression)?
How can you ensure that the database and sql server based application perform well?
What are different backups available in sql server?
What is the difference between osql and query analyzer?
Explain cross join or cartesian product in sql?
What happens if the update subquery returns no rows in ms sql server?
hi friends please answer this question ASAP:- how to count the no. of employee in a each department or no. of employee in each location by using emp/dept table
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)