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 problem one might face while writing log information to a data-base table in pl/sql?
Are pl sql variables case sensitive?
what are the types of join and explain each? : Sql dba
Why sql query is slow?
What is a unique constraint?
What is before and after trigger?
How can I change database name in sql?
What are the steps for performance tuning.
What is nested table in pl sql?
What are the types of functions in sql?
what is rollback? : Sql dba
Explian rowid, rownum?
Is pl sql still used?
what are the type of locks ? : Sql dba
What are the events on which a database trigger can be based?