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:  1.how to enter same record twice in target table? give me syntax.

2. how to get particular record from the table in informatica?

3.how to create primary key only on odd numbers?

4. how to get the records starting with particular letter like A in informatica?





March 03, 2007 14:55:25 #8
 tomtwj   Member Since: March 2007    Total Comments: 3 

Another way: Router Transf
 
>1.how to enter same record twice in target table? give me syntax.
Another way:  Router Transf can be used and use the same conditions for both groups which lets all rows pass through.  Then insert the same target table.

     

 

Back To Question