What is a OUTER JOIN?

Answer Posted / parthasarathi

outer join is used to fetch unmatched records along with matched records..

there are 3 kinds of outer joins available.

1.Left outer join :- used to fetch unmatched records at left side table.

2.right outer join :- used to fetch unmatched records at right side table.

3.Full outer join :- used to fetch unmatched records at both side tables.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to define an anonymous procedure with variables?

541


What is the difference between "as" and "is" in an oracle stored procedure?

533


How to create a table in a specific tablespace?

536


What is index in Oracle?

584


How to update a table row with a record?

595






What happens to the current transaction if the session is killed?

532


How to loop through a cursor variable?

565


what is reindexing?

1171


How to unlock the sample user account in oracle?

554


Explain how you would restore a database using RMAN to Point in Time?

1625


What is the quickest way to export a table to a flat file?

566


how do u setup a replication site?

1492


How to use an explicit cursor without open statements?

611


Can a formula column referred to columns in higher group ?

2083


Calculate difference between 2 date / times in oracle sql?

564