InterviewSolution
| 1. |
Differentiate Between Sessions And Mappings? |
|
Answer» SESSION: A session can ALSO SIMPLY be INTERPRETED as a complete group of instructions which states how and when EXACTLY to move the data from the source to its respective targets. Mapping: Mapping can be defined as primarily linked set of source and the target by transformation of objects which in general define the rules for transformation. Session: A session can also simply be interpreted as a complete group of instructions which states how and when exactly to move the data from the source to its respective targets. Mapping: Mapping can be defined as primarily linked set of source and the target by transformation of objects which in general define the rules for transformation. |
|