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  >  Interview Questions  >  Data Warehousing  >  Informatica

 Print  |  
Question:  Update Strategy

Answer: In which situation do we use update strategy?


May 05, 2009 16:18:51 #2
 NOTNULL   Member Since: May 2009    Total Comments: 2 

RE: Update Strategy
 
Update transformations how to treat the data within the transformation means normally insertion will take place in the Informatica. If you update or delete means treat the data differently we use update strategy transformations

Like dd_insert (not mandatory)
dd_update (for updation)
dd_delete (for deletion)
     

 

Back To Question