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
What is scalar and vector?
How do I start sql from command line?
What is a record in a database?
what are the differences between public, private, protected, static, transient, final and volatile? : Sql dba
What is on delete set null?
What is over () in sql?
What is a delimiter in sas?
What is aggregate function in sql?
What are stored procedures in mysql?
what is a view? : Sql dba
what is the use of set statement in tsql? : Transact sql
What is mdf ldf and ndf?
What is exit statement?
What is an exception in PL/SQL? What are the two types of exceptions?
What are the different sql languages?