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 ---
Answer Posted / 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 View All Answers
What are the different ways to represent the loading of dimension tables?
why we use dmr model in cognos report studio ? give me difference between dmr model and relational model.
What are the main steps to build the data warehouse?
What is the definition of cube in datawarehousing?
Is union transormation is active transformation?
What is vdl (view definition language) explain?
Could any one explain me how to create cascading prompts?
Explain what are the basic needs to join two sources in a source qualifier?
Is there any rownum object from which we can do this?
What are the advantages of query studio compared to report studio?
What is bi?
What are modeling tools available in the market?
Explain what does level of granularity of a fact table signify?
Suppose I want to get sales data for the last (suppose 10) dates dynamically using value prompt how can I do it and drag it onto report editor?
After we create a scd table, can we use that particular dimension as a dimension table for star schema?