GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Tech FAQs  >  Informatica

 Print  |  
Question:  Explain why and where do we use the look up transformations.



September 09, 2006 10:02:45 #8
 Shravan Gopisetty   Member Since: Visitor    Total Comments: N/A 

RE: Explain why and where do we use the look up transf...
 

We use Look up transfermations to implement the SCD to Implement the CDC(Change Data Capture).

The following tasks can be implemented with look up transfermation.

1.Get a Related value.

2.SCD

3.For calculations.

Get a related Value Means tack a simple example when we are using the aggregater transfermation for calculation of avg sal,sum sal by dept wise (in scott table).we get the ans deptno wise.deptno     sumsal       avg sal

10             29000       5555

20             39999         8733

Because emp doesnot containe deptname and location.

This not give u the complete analysis data if we include Department Name and Location wise  sum and avg sal then the information good for analysis.

     

 

Back To Question