full outer join syntax

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


Please Help Members By Posting Answers For Below Questions

What is union and union all keyword in sql and what are their differences?

590


Can we rename a column in the output of sql query?

551


Why do we use sqlite?

539


Explain about various levels of constraint.

532


What is left join in sql?

594






What are the three forms of normalization?

545


How can you maintain the integrity of your database on instances where deleting an element in a table result in the deletion of the element(s) within another table?

673


What is a heap in sql?

533


What is the difference between numeric and autonumber?

506


What is the use of sql trace?

486


What are the ddl commands?

547


What is file based approach?

500


What is the difference between the implicit and explicit cursors?

535


how to enter binary numbers in sql statements? : Sql dba

497


what is a field in a database ? : Sql dba

555