How to list Top 10 salary, without using Rank Transmission?
Answer Posted / raka
SQL:
SELECT id, salary from <table name> where rownum <= 10
ORDER BY salary DESC;
| Is This Answer Correct ? | 17 Yes | 20 No |
Post New Answer View All Answers
Explain the use of aggregator cache file?
Tell me can we override a native sql query within informatica? Where do we do it? How do we do it?
Explain where to store informatica rejected data? How to extract the informatica rejected data?
What's the layout of parameter file (what does a parameter file contain?)?
Enlist the tasks for which source qualifier transformation is used.
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
What is the way to execute pl/sql script using informatica mapping?
Write the different tools in the workflow manager?
What is the sql query overwrite in source qualifier in informatica
What is resilience time?
What is informatica etl tool?
Enterprise data warehouse your projects phase by phase explain?
What does “tail –f” command do and what is its use as an Informatica admin.
explain one complex mapping with logic? sales project?
What is the difference between a connected look up and unconnected lookup?