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
how to select first 5 records from a table? : Sql dba
what are ddl statements in mysql? : Sql dba
Can a procedure in a package be overloaded?
How to run sql statements with oracle sql developer?
How does cross join work?
What is sap sql?
Explain clause in sql?
How to load data with sql*loader?
What is sql and db2?
How many primary keys can a table have?
What is %s in sql?
Explain what is sql*plus?
What does trigger mean in psychology?
State few characteristics of pl/sql?
What does the argument [or replace] do?