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 we will show the pop message while selecting multiple input values more than 10 in Crystal reports or any other reports?
I have a report with two queries and each query have prompt on some object. Tell me how many times it will ask for the input?
In banking domain how many Fact tables,Dimension table are present?
date format in report like (22/5/2010 "3:20:15 am") like this i want to remove 3:20:15 remove from report how can we do this in bo xi r2
what is meant by report busting
I have 2 structures in universe,but i can't link the structures b'cos no related columns,so what i have 2 do to link dat and if don't link them can i get data of 2 structures in the report that i run?
HOW TO INSTALL BOXI
What is global filters and local filters
What is the difference between derived table and views? which one gives better performance?
When to use local filter and when to use global filter?
how we send repotrts/documents to end user
please anyone explain me the derived table with the problem tables.