full outer join syntax

Answer Posted / madhav

Full outer join

select e.empno,e.ename,e.deptno,e.sal,d.deptno,d.dname from
emp e full outer join dept d
on e.deptno=d.deptno;

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the use of double ampersand (&&) in sql queries?

619


What are the different ddl commands in sql?

574


What is the meaning of disabling a trigger?

643


What is a clob in sql?

560


What is the difference between instead of trigger and after trigger?

504






What are the types of variables use in pl sql?

498


What is a sql schema used for?

542


What is trigger in sql?

574


what is log shipping? : Sql dba

603


What are properties of the transaction?

552


Why should I use postgresql?

558


What are the possible values that can be stored in a boolean data field?

509


Why do we use procedures?

508


What schema means?

518


What packages are available to pl/sql developers?

592