following source
name gender
ramya female
ram male
deesha female
david male
kumar male
i want the target
male female
ram ramya
david deesha
kumar
any body give solution above question?
Answer Posted / anwar
select name,
decode(gender,'male','MALE',
'female','FEMALE')GENDER from sOURCE;
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
can we override a native sql query within informatica? How do we do it?
How do you load only null records into target?
is it possible to index the data in cache of lkp transformation ?
How can we use mapping variables in informatica?
What is the difference between source qualifier transformations source filter to filter transformation?
Explain the different dimensions.
Why can't we connect source qualifier and aggrigator transformation to an expression ? Why they resticted to conncet 2 active trasformations to an passive transformation ?
What are the types of schemas we have in data warehouse.
Design a mapping to load the cumulative sum of salaries of employees into target table?
What are the advantages of using informatica as an etl tool over teradata?
Can we change Dynamic to Static or Persistent cache? If so what happens?
What does “tail –f” command do and what is its use as an Informatica admin.
What is decode in informatica?
How do you load only null records into target? Explain through mapping flow.
What is a connected transformation?