What is Full Outer Join?
Answers were Sorted based on User's Feedback
Answer / g.ramesh
It produce Result Set which contains matched rows and both
side tables unmatched rows.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / pushpa
Join interms of database combining two or more tables.
we have many joins.
inner join,self join,outer join,cross join.
in outerjoin we have three types.
left outer join
right outer join
full outer join
if we want to join two tables--
use left outer join- get the matched columns of two tables & ramaining columns of left hand side table of the join statement.
use right outer join- get the matched columns of two tables & ramaining columns of right hand side table of the join statement.
use full outer join- get the matched columns of two tables & ramaining columns of left hand side table and right hand side table of the join statement.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / naren
matching columns of left and right tables and unmatched columns of both tables is displayed.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the purpose of a table?
How to create and drop temp table in sql server?
What is the name of the system variable that returns the number of rows affected by a SQL statement?
What is the role that is required for killing a process What is the role that is required for creating a linked server
1 Answers CarrizalSoft Technologies, IBM,
What is instead of dml trigger?
How do I determine how many instances of sql server are installed on a computer?
What is the difference between Userdefined function and stored procedure? Explain and give the example also
How to connect of datebase with sql express.?
What is table valued function and scalar valued functions?
What is an etl file?
Define full outer join in sql server joins?
How to stop log file growing too big?
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)