write sql query following table

quarter sales
q1 1000
q1 2000
q1 3000
q1 4000
q2 5000
q2 6000
q2 7000
q2 8000
q3 1000
q3 2000
q3 3000
q3 4000
q4 5000
q4 6000
q4 7000
q4 8000
i want the output format like
q1 q2 q3 q4
1000 5000 1000 5000
2000 6000 2000 6000
3000 7000 3000 7000
4000 8000 4000 8000

Answer Posted / parthu

It may possible with Normalizer transformation.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you validate all mappings in the repository simultaneously?

896


What happens when a session fails and you click on recover?

744


How to start a workflow using pmcmd command?

811


Can we override a native sql query within informatica?

712


What is confirmed fact in dataware housing?

5914






What all join we can perform in LOOKUP transformation?

648


What is fact table? Explain the different kinds of facts.

692


Please tell me which institute is the best to study Informatica and asp.net in chennai Also please send me the latest interview questions in asp.net,c# and sql server to my id ramtryin@gmail.com

1681


Explain lookup transformation in informatica

736


How do you remove duplicate records in informatica? And how many ways are there to do it?

808


How to generate sequence numbers using expression transformation?

729


what is SDLC way of code development?

1654


What are roles and groups and benefits of using them?

656


EXL informatica Questions

1034


SOURCE DATA IS DISPLAY IN THIS FORMATE IN TARGET . WHAT BUSINESS LOGIC WE CAN APPLY. source table target table ------------ ------------ c1 c2 c3 c1 c2 c3 -- -- -- -- -- -- 1 A J 1 2 B K 2 A 3 C L 3 B J 4 D M 4 C K 5 E N 5 E L F M N

1777