How to delete first 3 rows & last 3 rows in target table in
informatica

Answer Posted / civa

take seq trns and drag nextval port into exp trns and also
drag sq ports to exp

in exp delete from emp where nextval= 1 or 2 or 3 and
nextval=count(empno)-1 or count(empno)-2 or count(empno)-3

Is This Answer Correct ?    3 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What the difference is between a database, a data warehouse and a data mart?

685


Explain the different dimensions.

648


Is it possible to revert a global repository to local one and why?

717


difference between repository database and repository service?

709


What is domain and gateway node?

800






Can we override a native sql query within informatica?

711


Enlist the differences between database and data warehouse.

638


How do we call shell scripts from informatica?

665


Different sorts of metadata that stores in the storage facility?

667


What do you understand by a term domain?

768


What are the different versions of informatica?

796


Mention some types of transformation?

701


I have two different source structure tables, but I want to load into single target table? How do I go about it? Explain in detail through mapping flow.

749


When do you use sql override in a lookup transformation?

669


Differentiate between reusable transformation and mapplet.

700