write a query for how to eliminate the duplicate rows
without using distinct?
Answer Posted / abhishek kumar
select id from tgt_table group by id;
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
Explain in detail about scd type 1 through mapping.
What is Cognos script editor?
What are the guidelines to be followed while using union transformation?
In informatics server which files are created during the session rums?
Under which circumstances, informatica server creates reject files?
what is degenerated dimension?
How can we improve session performance in aggregator transformation?
How to load a Dimension ? and how to load a fact table?
where to store informatica rejected data? How to extract the informatica rejected data?
How to convert multiple rows to single row (multiple columns) in informatica
Enlist the various types of transformations.
Can we use the mapping parameter or variables developed in one mapping into any other reusable transformation?
Explain sessions and how many types of sessions are there?
Can you generate sequence numbers without using the sequence generator transformation?
What are the different ways to implement parallel processing in informatica?