write a query for how to eliminate the duplicate rows
without using distinct?
Answer Posted / bharu_295
select count(*),col1,col2 ..... from table_name
groupby col1,col2.....
having count(*)>1
| Is This Answer Correct ? | 2 Yes | 9 No |
Post New Answer View All Answers
Explain the difference between a data warehouse and a data mart?
What are the tuning techniques you applied during your last project
Can we override a native sql query within informatica?
Why update strategy and union transformations are active?
Enlist the various types of transformations.
Briefly explain the aggregator transformation?
How to differentiate between the active and passive transformations?
Give some information on report bursting and how to do it in bca as I have to split the report and send different reports to different people?
Explain sessions?
What happens to map if we alter the datatypes between source and its corresponding source qualifier?
What are the various types of transformation?
-Which expression we can not use in Maplets?, -Can we join(relate) two dimensions in a schema? -Why and where we use 'sorted input' option?
What happens when a session fails and you click on recover?
without table how to come first record only in oracle?
Describe an informatica powercenter?