Answer Posted / thiyagarajan
select table1.columnname1,table2.columnname2
from
table1 full outer join table2
on
table1.colname=table2.colname
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is cursor status?
What is a mutating table and a constraining table?
How we can create a table in pl/sql block. Insert records into it? Is it possible by some procedure or function? Please give example?
What is a full join?
What is Histogram?
What is offset and limit in sql?
What is the size of partition table?
How to call shell script from pl sql procedure?
what is the difference between union and union all? : Sql dba
What are conditional predicates?
What is the most restrictive isolation level? : Transact sql
What are dml commands?
What is the difference between function and procedure in pl/sql?
What is sql query limit?
Is ms sql traffic encrypted?