Answer Posted / naresh
select * from table full outer join tablename2;
or
select * from table1,table2 where
table1.columnname(+)=table2.colunmname(+);
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is data control language (dcl)?
How do I create a memory optimized filegroup?
What is PL/SQL Records?
What is a pragma statement?
What is the basic structure of an sql?
What is cascade in sql?
What is clause in sql?
What is sql architecture?
What is basic structure of pl sql?
How can we find duplicate records in a table?
Is sql an operating system?
what is the difference difference between procedure and packages
What is the purpose of normalization?
What does (*) mean in sql?
How many triggers can be applied on a table?