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
What is the difference between business requirement document and use case document.
Explain what are the steps to be taken to schedule the report?
Explain in detail about type 2(scd),
Explain about a tricky situation for which you found a very simple solution?
How to create a new calendar in CMC? Can u please tell me the process to create the required calendar. Ex:- Year of that calendar to start with Jan-15 and ends with Jan -30 and the Next month to start with Feb-31 and ends with Feb-14.
is it possible to export the webi reports to crystal reports?with out using businessview?
Explain the data types present in bo and what happens if we implement view in the designer and report?
Can we Save (save as) WEBI Doc as DESKI?
Hi I'm using data federator.I would like to know if it allows select statment in where clause.For example: SELECT Employee, company, orgunit FROM TAB_BIG WHERE employee IN (Select TAB_SMALL.employee FROM TAB_SMALL WHERE flag = X ) bye
How to open a universe with out using the Designer ??
What are the data types present in bo? What happens if we implement view in the designer and report?
How to do impact analysis for a change in Database field size which is assigned to a Dimension object and used in 10 universes
What three things do you consider to be the most important factors for a manager?
How many universes can be created in a project?
Explain is there any other repository domains rather than universe, security, document?