Select * from emp,dept,loc where emp.deptno left outer join
dept.deptno and dept.locno=loc.locno.

No need to consider the syntax but is it possible to have
left outer join and equi join in the same SQL like this ?
can we have right outer join and left outer join in the
same SQL ---



Select * from emp,dept,loc where emp.deptno left outer join dept.deptno and dept.locno=loc.locno. ..

Answer / mayur

You can very well put Inner / Left Outer / Right Outer join
in the same SQL Query.

Is This Answer Correct ?    14 Yes 0 No

Post New Answer

More Data Warehouse General Interview Questions

Explain what is metadata reporter?

0 Answers  


if you use oracle sql*loader , how do you transform data with it during loading?

0 Answers  


Explain difference between snow flake and star schema. What are situations where snow flake schema is better than star schema to use and when the opposite is true?

0 Answers  


What is an er diagram?

0 Answers  


what are confirmed dimension? We alwys give date as a conformed dimension but if it has different format for different contries say YYMMDD for italy and MM-DD-YYYY for france.Then are they not confirmed.

0 Answers   IBM,






What is data mart in data warehouse?

0 Answers  


Explain which are the olap tools available that are supported by oracle?

0 Answers  


Why do we use DSS database for OLAP tools?

3 Answers  


what are different storage options supported by oracle ?

0 Answers  


What is power play plug in?

3 Answers  


What are the key features of chameleon that separates it from other algorithms?

0 Answers  


Explain what are the modules in power mart?

0 Answers  


Categories