Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


2. What is With Clause In Cognos?

Answers were Sorted based on User's Feedback



2. What is With Clause In Cognos? ..

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

2. What is With Clause In Cognos? ..

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

Post New Answer

More Cognos Interview Questions

5. Which type of report you build more, list, crosstab or chart and why?

0 Answers   IBM,


Explain about embedded & standalone filters?difference between them

1 Answers  


What is the diff between the following Report output-- HTML O/P, PDF O/P, EXCEL 2000 and EXCEL 2003 of report outputs? Listout main differences?

0 Answers   TCS,


what is an sid (surrogate key)?

4 Answers   IBM,


Define the slice and dice?

0 Answers  


how u provide security to reports??how u provide security to packages ?

5 Answers   Wipro,


What junk dimension contains?

0 Answers  


how do you deploy a report in cognos 8 to run in maximo6? what r the steps in maximo??

0 Answers   IBM,


what is the generated prompt,how can i use?

5 Answers  


Does anybody have the sample of delivery document of cognos, or provide some link of websites Thanks

0 Answers  


How to schedule the report twice in a day?

2 Answers   Cognizant,


What is looping and how to avoid it in framework manager?

0 Answers  


Categories