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?





September 09, 2006 04:08:32 #5
 Parimala   Member Since: Visitor    Total Comments: N/A 

RE: 1.how to enter same record twice in target table? ...
 

If the record is entered in the table, and always the records have to be duplicated, then its better to have a trigger which fires for every insert on the table.

     

 

Back To Question