full outer join syntax

Answer Posted / avi007

full outer join -

select * from table1,table2 where
table1.columnname(+)=table2.colunmname;
union
select * from table1,table2 where
table1.columnname =table2.colunmname(+);

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of using pl/sql?

658


What is the use of sql trace?

470


Is truncate ddl or dml?

538


What is secondary key?

506


What is the difference between count 1 and count (*) in a sql query?

493






Why do we need cursor in pl sql?

643


Is sql a programming?

541


What is optimistic concurrency control? : Transact sql

543


What is a stored procedure in sql with example?

598


What is trigger and types?

555


Is inner join same as self join?

573


What is the most common sql injection tool?

541


Which is faster union or join?

487


Define concurrency control. : Transact sql

582


What are the advantages of indexing?

515