What is Full Outer Join?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to configure odbc dsn with different port numbers?

662


Sql server reporting services vs. Crystal reports.

108


What are sparse columns?

654


what stored procedure would you use to view lock information? : Sql server administration

657


Is mysql the same as sql server?

591






Explain how many types of relationship?

665


Can foreign key be duplicate?

735


Do you know the cursor optimization tips?

663


Differentiate between ms sql server reporting services vs crystal reports?

574


Explain the truncate command?

598


Once setting replication, can you have distributor on sql server 2005, publisher of sql server 2008?

681


Should you normalize audio?

625


How to turn off warning messages during php execution?

620


How to delete an existing database user?

637


How do I connect to sql server database?

577