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

Tell me a business scenario where I can achieve the data through MINUS only not through subquery.

2611


Explain the difference between union and group?

636


can some body explain how migrate the BoXI r2 to BO 3.x and crystal reports XI r1 to Crystal report 2008 ?

939


Is there any other repository domains rather than universe, security, document?

604


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??

3929






Explain what are the steps to be taken to schedule the report?

641


what will be the contents for a functional requirements specifications

1796


What would you consider as your biggest achievement and why?

621


how to create reports on screech?

2083


Explain what is the difference between business requirement document and use case document.

582


Hi, I would like to know how is the integration if we want to use Oracle Essbase as the Cube Engine, and present the Cube by Business Objects Presentation Layer? Can Oracle Essbase be integrated with Business Objects? Thanks,

1590


Can anybody tell me what are the tuning problems?

1593


I have 2 doubts regarding the "Input Control" functionality in BI4: 1) Can the Input Controls in BI4 be manipulated? I mean, can we change the IC display as BOLD or change the values from Italics to regular? Or change the colors? 2) How to get hierarchy type control in IC? Let's say my first IC is for Country and second is for State. If I select a particulat country from Ist IC,second one should show me states belonging to selected country. Is that possible? Thanks in advance!!!

1763


Explain when we use aggregate awareness function in designer?

592


what is the difference b/w the refresh and buffered data?

1765