1)how to generate sequnce numbers in informatica without
using sequnce genarator transformation.

2)i have number of records in my sourse, but iwant to
display first and last record only. how it is possible in
informatica.

3)i want to update the records without using updatestrategy
transformation.

4)what is diffrance between ab-intio and datastage than
compared to informatica.

5)what is the latest version of informatica in our field.

Answer Posted / kishore

2)i have number of records in my sourse, but iwant to
display first and last record only. how it is possible in
informatica.

ans:yes we get first and last record from table using
psuedo columns rownum and row id
i.e.,
in source qualifier t/r we caen create user defined queires
their type below query
select * from <table_name> where rownum=1 union select *
from <table_name> where rowid=(select max(rowid) from
<table_name>);
note:<table_name> is the name of the from which u want to
retrieve records

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the differences between joiner transformation and source qualifier transformation?

632


Write the prerequisite tasks to achieve the session partition?

654


Plz can any one say me how to get the informatica certification materials and dumps

1602


which one is better performance wise joiner or look up

631


Can we create a Integration service without a Repository service and vice versa?

731






What is lookup transformation?

605


write sql query vertical to horiozontal following table id name 1 100 2 dinesh 3 india 1 101 2 suresh 3 india 1 103 2 prakesh 3 usa i want output like id name country 100 dinesh india 101 suresh india 103 prakesh usa

2074


How can we handle two sessions in informatica?

616


Differentiate between source qualifier and filter transformation?

1003


what is persistent lookup cahce?how to use and when to use this persistent lookup cahce?explain?

1792


What are the differences between a connected lookup and unconnected lookup?

654


Explain the shared cache and re-cache?

617


explain about unit testing? in real time?

1674


Explain the difference between a data warehouse and a data mart?

600


To Provide Support For Mainframes Source Data, which Files Are Used As A Source Definitions?

679