How will you display "Mr" for male & "Mrs" for female in
target table?
Answer Posted / deepthi
Here the question is to just display value 'MR'for
males 'MR'for males , not to modify the data in the table
as 'MR'for males 'MR'for males
we can do it by many ways, one among those ........
select decode(column_name, 'male','MR','female','MRS')
this query displays MR for all males and MRS for all females
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Please let me know how to make Data masking in informatica..
What is the status code in stored procedure transformation?
Differentiate between joiner and lookup transformation?
Dimension Object created in Oracle can be imported in Designer Cubes contain measures
what are 3 tech challenges/ common issues you face?
Please let me know how to make encryption and decryption with example?
Hi Everybody, I have one fixed width file as source and 4 oracle tables (relational) as target. What are the Unit test cases i need to implement ? 1.Using TextPad software i tested postion of the field 2.As per specification i tested like whether it is correctly mapped or not? Is there any other test case do i need to implement. If possible can any one give me the test cases Advance Thanks
What is exclusive and normal mode for repository services?
How to use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?
design of staging area?
How can a transformation be made reusable?
What are the main issues while working with flat files as source and as targets ?
What is aggregator transformation in informatica?
What are mapplets?
COL1,COL2 ABC,1 XYZ,2 HERE IN COL2 VALUES 1,2 NOT STSANDARD(IE MEANS NOT FIXED VALUES LIKE OTHER SOME VALUES LIKE 10,20) O/P IS COL1,COL2 ABC,2 XYZ,1