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 pl sql and why it is used for?
What normalization means?
How do you delete duplicates in sql query using rowid?
What is %type in pl sql?
what is an index? : Sql dba
What are the dml statements?
What is a dynamic query?
What does dml mean?
what is normalization? : Sql dba
How do I view output in sql developer?
Is sql workbench free?
How do I save a sql query?
what is subquery? : Sql dba
How to write a single statement that concatenates the words ?hello? And ?world? And assign it in a variable named greeting?
What is pl/sql table? Why it is used?