How do you get all records from 2 tables. Which join do you use?
Answer Posted / gvmahesh
full outer join.
select ename,sal,dname,loc,e.deptno from emp e
full outer join dept d on e.deptno=d.deptno;
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is a nested table in word?
What is the difference between functions, procedures, and packages in pl/sql?
Can we perform dml in function?
How to avoid using cursors? What to use instead of cursor and in what cases to do so?
how can we destroy the cookie? : Sql dba
How many parts of a pl sql block are optional?
Why sql query is slow?
How much does sql cost?
What is meant by cursor in sql?
Is primary key clustered index?
What is 19 null in sql?
What are the main features of cursor?
What is sql prepared statement?
Can we use joins in subquery?
How many types of functions are there in sql?