In a table there are 1 million records there in which 3
records are duplicate how will you find out those 3 records?
Answer Posted / santosh kumar sarangi
select * from emp where empno in (select empno from emp
group by sal having count(*)>1)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the commit type if you have a transaction control transformation in the mapping?
What are the differences between a connected lookup and unconnected lookup?
What is the difference between stop and abort in informatica
Can we change Dynamic to Static or Persistent cache? If so what happens?
if i hv 6 table as source table but can i make 12 as a dim table and 6 as fact table belongs to that src table.
Explain sql transformation in script mode examples in informatica
Which means the first record should come as last record and last record should come as first record and load into the target file?
What are the designer tools for creating transformations?
What is a sequence generator transformation?
What is a stored procedure transformation?
explain one complex mapping with logic? sales project?
Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks
What is the difference between writing a joiner query in ANSI style and THETA style?
Partition, what happens if the specified key range is shorter and longer
What are the different components of powercenter?