write a query for how to eliminate the duplicate rows
without using distinct?

Answer Posted / murali udayagiri

Assume some duplicate data is there in emp table. Try the
below to eliminate duplicate.

select * from emp
union
select * from emp;


Thanks,
Murali Udayagiri

Is This Answer Correct ?    2 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the advantages of using informatica as an etl tool over teradata?

567


Explain is there any way to read the ms excel datas directly into informatica? Like is there any possibilities to take excel file as target?

633


Clarify the aggregator change?

595


What is a node in Informatica?

627


Differences between connected and unconnected lookup?

610






Enterprise data warehouse your projects phase by phase explain?

1466


Can we override a native sql query within informatica?

632


How identifying bottlenecks in various components of informatica and resolving them?

585


What is aggregate cache in aggregator transformation?

635


Mine is Insurance Domain, So interviewer asked about terms like underwriting, disbursement amt, Reinsurance

1590


Can we create a node as a gateway node and the same node can be assigned to a grid?

637


How many ways are there to create ports?

730


What is event and what are the tasks related to it?

616


explain any diffcult scenario that u have faced in your experience... or explain any complex maping u have developed?

1705


How can informatica be used for an organization?

653