Explain about derived tables?
Answers were Sorted based on User's Feedback
Answer / vinay
derived tables are logical tables in the universe. to
reduce the query complexity and better query performance or
complex querys we write in derived tables. derived tables
are nothing but sql queries. thease tables can be used in
prompts...
| Is This Answer Correct ? | 9 Yes | 4 No |
Answer / 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 |
how to make a report avilable to other users?
How would you format some text using css to be verdana and bold?
What is the prm file ? can anybody explain me ?
what is the different between link and join ?
What is the functional & architectural differences between business objects and web intelligence reports?
Can some one explain in detail about the following: What are Traps? How to recognize the Traps? How to solve them?
How to make hilight the whole row by using ALERTS asof revenue is more than xxxxx?
What is the use of linling the universes?Thanks in advance
please explain me with the real time tables on how aggregate tables are created and how aggregate awareness is addressed to it.
what is performance tunning in BO in report level& designer level?
WHAT TYPE OF JOINS RETURNS INCORRECT RESULTS?
What are different types of saving options in web intelligence?