If a table contains 100 records we have to fetch 50-100
records from source to target?how
Answer Posted / vikash sharma
SELECT * FROM Tab_name
WHERE Record BETWEEN 50 AND 100;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Clarify the utilization of aggregator cache record?
What are the different clients of powercenter?
What if the source is a flat-file?
differences between service based and product based?
Dimension Object created in Oracle can be imported in Designer Cubes contain measures
Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks
Design a mapping to load a target table with the following values from the above source?
How to update source definition?
without table how to come first record only in oracle?
What are active transformations.
How can you validate all mappings in the repository simultaneously?
how to create user defined function (udf) in informatica
What is the difference between stop and abort in informatica
What are the steps involved in the migration from older version to newer version of Informatica Server?
Describe the scenarios where we go for joiner transformation instead of source qualifier transformation?