how do u get the first record from 50,000 records ?
Answer Posted / rv
select @ from <tbl> where rownum>2; im right ?
other wise mail to me rayallarv@gamil.com
| Is This Answer Correct ? | 2 Yes | 24 No |
Post New Answer View All Answers
Why do we need informatica?
Explain the different dimensions.
What is union transformation in informatica?
What are the types of schemas we have in data warehouse and what are the difference between them?
What is repository manager?
Write the different tools in the workflow manager?
What is sorter transformation?
How can we send the flat file data to different targets(which are also flat files) based on the name of flat file with out adding extra columns?
How to load data in informatica ?
What is a code page?
What are the settings that you use to configure the joiner transformation?
Design a mapping to load the cumulative sum of salaries of employees into target table?
what is the hint? how to use it to reduce the query processing in program?
Briefly explain the aggregator transformation?
As union transformation gives UNION ALL output, how you will get the UNION output?