Explain about derived tables?

Answer Posted / srini

Some times the main query needs a driving query in FROM
clause, which is not possible to build. So we use derived
tables to fix this.
Example:
SELECT
----
FROM
TABLE1,
( SELECT
---
FROM
TABLE2
)DERIVED_TABLE
WHERE
TABLE1.COLUMN = DERIVED_TABLE.COLUMN;

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how we drill up week to month?

826


What Is The Difference Between Oltp And Olap?

852


Explain how can we do load testing for webi reports? (Example if I have have to test one webi report for concurrent users refreshing report at one time)?

753


I have set of reports in BO4.0 and need to use "Hyperlink" functionality. I had to use native hyperlink functionality provided in BO4.0 but looks like it's available only in Rich Client.Currently,we have only Infoview B04.0 Launch Pad.Is OpenDoc the only hyperlink option on BO4.0 Launch Pad? Thank you.

3204


Explain is it the job of a business analyst or systems analyst to draw the class diagram?

782


How to sort the dynamic objects alphabetically on the Universe based on and SQL Server

2046


Explain how many universes can be created in a project?

809


Difference between b.o 5.1 and 6.1b?

873


(1) Is it possible to create measures using objects from different context. (2) If cross context measures are not possible then what about @aggregate_aware() function ,here we use objects from different contexts. (3)Two measures from two different context ,can they be summed at report level.

1243


In source system we have os - windows BO - 5.1.5. with webi 2.7.1 Repository database - oracle Reports database - Oracle and DB2 Nearly we have 1200 reports in present system , i want to move as it is to new hardware os- windows bo- 5.1.5 with webi2.7.1 repository - oracle reports - oracle and db2 let me know is there any migration techniques in same version. thanks in advance Usha

2022


Explain what is the difference between slice and dice and cross tab report?

804


how to create metric universe ?

2081


What three things do you consider to be the most important factors for a manager?

818


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

1146


what are the tables used in health care domain project and columns used in report?

4244