Why we should go for cognos? when there are so many other
BI(Reporting) tolls in front of us?
Answer
Is This Answer Correct ? | 6 Yes | 1 No |
Question { 15588 }
how to find 5th row ?
Answer
Is This Answer Correct ? | 1 Yes | 31 No |
Question { Cap Gemini, 8556 }
in a table it has 200 rows the query is select 150 from
tablename.whats the output
Answer
Is This Answer Correct ? | 7 Yes | 0 No |
Question { 6942 }
write sql query following table
amount year quarter
1000 2003 first
2000 2003 second
3000 2003 third
4000 2003 fourth
5000 2004 first
6000 2004 second
7000 2004 third
8000 2004 fourth
i want the output
year q1_amount q2_amount q3_amount q4_amount
2003 1000 2000 3000 4000
2004 5000 6000 7000 8000
can anybady help me to achieve the aboue result by using informatica.
thanks in advance.
Answer
Is This Answer Correct ? | 0 Yes | 0 No |