What is the difference between sub-query & co-related sub
query?answer ASAP.......
thanks in advance..............Prakash

Answer Posted / soujanya

Nesting of queries, one within another, is termed as a Sub-
Query.

A sub query is executed once for the parent statement
whereas the correlated sub query is executed once for each
row of the parent query.
Example
Select deptno, ename, sal from emp a
where sal = (select max(sal) from emp
where deptno = a.deptno)
order by deptno

Is This Answer Correct ?    52 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

webI report not showing Barcode in PDF format, i have used BC39 font,but barcode is shown in HTML but not in PDF, please any solutions??

3923


Explain when to use local filter and when to use global filter?

607


Explain and tell me about a situation where your analysis of a problem was deemed to be incorrect? What would you have done differently?

818


What is difference between webi and infoview?

615


Explain about an assignment you worked on in which you had to amass a huge amount of data, and then analyze it?

681






Explain is there any tool that can compare two unvs / two rpts , built using bo 5.1 / bo 6.5?

593


Explain how many universes can be created in a project?

615


Can you please send me the migration related issues .

1644


what is xcelsius architecture?

3741


When we use aggregate awareness function in designer?

552


Explain about alerts in bos, under what situation we need to use alerts?

558


how to create reports on screech?

2078


What is the difference in creating filters in designer and business objects?

588


What is the difference between datawarehousing and businessintelligence?

618


What is the difference between absolute and relative div positioning?

581