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
What are the two virtual tables available at the time of database trigger execution?
Is json a nosql?
How to fix oracle error ora-00942: table or view does not exist
What types of commands can be executed in sql*plus?
What is string data type in sql?
Which are sql * plus commands?
What is trigger and how to use it in sql?
What is the usage of sql functions?
Explain the rollback statement?
how to create a new table in mysql? : Sql dba
What is an exception in pl/sql?
Explain locks? : Transact sql
How do you use join?
describe transaction-safe table types in mysql : sql dba
What are analytical functions in sql?