2. What is With Clause In Cognos?
Answers were Sorted based on User's Feedback
Answer / thanjairajan@gmail.com
The WITH clause may be processed as an inline view or resolved as a temporary table. The advantage of the latter is that repeated references to the subquery may be more efficient as the data is easily retrieved from the temporary table, rather than being requeried by each reference.
For example:
WITH dept_count AS (
SELECT deptno, COUNT(*) AS dept_count
FROM emp
GROUP BY deptno)
SELECT e.ename AS employee_name,
dc.dept_count AS emp_dept_count
FROM emp e,
dept_count dc
WHERE e.deptno = dc.deptno;
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / krishna
Specifies whether to send a request to the database using
an SQL WITH clause. When set to Yes, and if the database
supports WITH clauses, a WITH clause request is generated.
When set to No, or if the database does not support WITH
clauses, a request using derived tables is generated
Is This Answer Correct ? | 1 Yes | 2 No |
what are the difficult problem are you involved in cognos report net and 8 and impromptu if any pls share with us
can any one say the which is the best performance in framework manager
Can anyone tell me the step by step process how to connect cognos to oracle?
Can we provide Package level security to two different groups i.e for finace and HR depts should access only their data??
1)How to bursting the cross tab report? 2)What is meant by Object explorer? 3)What is cascade report?
Can anyone tell me which automation tool is used in cognos,is it a testing tool or performance enhancing tool Thanks in advance
------------- How to identify the Revenue Column in Report?
how you create security to cubes ?????
using of matric studio we can developed to scorecard ... what is the meaning by scorecords
what is view? types of views?
Can you explain cognos planning?
drillthrough vs master detaild report,which one is the best by performance?