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 me what is vldb?

0 Answers  


What is the difference between er modeling and dimensional modeling?

0 Answers  


How to know the time taken for particular report execution?

0 Answers  


What is the capacity of power cube?

2 Answers  


5.Explain ODS ?

3 Answers   HCL,






What are various warehousing tools?

0 Answers  


What is index awareness in universe?

0 Answers  


Where can one get more info about Data Warehousing?

3 Answers   TCS,


3.What is fact less fact ?

9 Answers   Accenture, HCL, TCS,


if source contain 10records how you identify header and footer

2 Answers   Polaris,


In microstrategy, how can we direct the sql generated to use a specifc table?

0 Answers  


Name at least three brands of Database Management Systems

1 Answers  


Categories