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 an alias command?
What sql does db2 use?
What is file based approach?
Describe different types of general function used in sql?
How consistent is the view of the data between and within multiple sessions, transactions or statements ?
What are keys in sql?
Explain what is a subquery ?
what does it mean to have quoted_identifier on? : Sql dba
How do you drop a trigger?
What is substitution variable in pl sql?
What is the difference between cluster and non-cluster index?
What is Difference Between Unique and Primary Key Constraints?
Can we connect to postgresql using sql developer?
What is write ahead logging in sql server?
Is sql difficult?