You are on page 1of 1

Exercises

Exercise 1: Design a mapping to calculate the totalsal (totalsal=sal+comm) where comm. is not null. Exercise 2: Design a mapping to decode numbers to chars (type conversion). Ex: Gender Exercise 3: Design a mapping to concatenate to string fields. Exercise 4: Design a mapping to set year of join from HIREDATE (YYYY-MM-DD). Note: Year of join should be string format. Exercise 5: Design a mapping to generate surrogate keys with the current value 1000 and increment by 1000 ( without altering default properties of sequence). Exercise 6: Design a mapping to calculate the summary for salary > 1000 (AGGREGATE/R). Exercise 7: Design a mapping to distribute odd number records to one target and even number records to other target (ROUTER T/R). Exercise 8: Design a mapping to calculate the experience of an employee in number of number ( EXPERESSION T/R). Exercise 9: Design a mapping to get the parts of date in the form of (YYY-MM-DD) From hiredate source definition. Exercise 10: Design a mapping with the flat file as lookup and join the date with relational source. Exercise 11: Design a mapping to convert multiple rows into a single row (Vertical pivoting) Aggregate T/R. Exercise 12: How to filter the null value data Exercise 13: How to filter the improper data format data? Exercise 14: How to correct the data values without spaces ? Exercise 15: How to convert Flatfile Data datatype (Salary) into relational Data datatype (Date) ? Exercise 16: Design a mapping 10 route valid records to one target, and invalid records to other target Exercise 17: Design a mapping to perform increment data load using SQL override logic Exercise 18: Design a mapping with how to use REPLACE CHAR function. Exercise 19: Design a mapping with Sub String function Exercise 20: Design a mapping with four targets. First records should go to first table., second to second table ... Exercise 21: Design a mapping with vertical Pivots. Exercise 22: Design a mapping with union transformation with heterogeneous sources Exercise 23: Design a mapping with joiner TR with heterogeneous sources ( Table, Flat files ).

You might also like