How to delete duplicates records in teradata without any
tables....?
with only one single query,,,?

Answers were Sorted based on User's Feedback



How to delete duplicates records in teradata without any tables....? with only one single query,,,..

Answer / suganya

SELECT DISTINCT column_name(s)
FROM table_name

Is This Answer Correct ?    9 Yes 2 No

How to delete duplicates records in teradata without any tables....? with only one single query,,,..

Answer / jain

DELETE FROM table_name A WHERE ROWID > (SELECT min(rowid)
FROM table_name B WHERE A.key_values = B.key_values)

Is This Answer Correct ?    0 Yes 0 No

How to delete duplicates records in teradata without any tables....? with only one single query,,,..

Answer / uma

Select Column_name from table_name group by column_name having count(column_name)>1

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Testing AllOther Interview Questions

Do you know what the mean of cmm and tmm?

0 Answers  


What is a shrink wrapped product?

0 Answers  


Which of the following is least like the others? a) Cube b) Sphere c) Pyramid d) Circle

3 Answers   EA Electronic Arts,


I. Customer focus II. Radical process improvement III. Incremental process improvement IV. Quality control specialists are key V. Assumption of unsound processes VI. Human side of quality VII. Measurement and analysis In the statements above, what are the key elements in the TQM philosophy? 1. I, III, VI, and VII 2. I, II, VI, and VII 3. I, II, IV, and VI 4. III, IV, V, and VII 5. I, III, V, and VI

0 Answers  


What is a user friendly document?

0 Answers  






What is branch coverage?

0 Answers  


i am a PG science(chemistry),now am working test engineer in small organization,now i will decide to move better organization please send model cv and advises

0 Answers  


Mention what the meaning of breath testing is?

0 Answers  


Is automated testing better than manual testing. If so, why

2 Answers   Wipro,


hi,iam learning testing tools in mindq.i want to put 2+exp. is there any problem with that. tell me what are the Interview questions for experienced peopole. please give me the answer. thanq

0 Answers   HCL,


What is quality policy?

0 Answers  


What is a user interface?

0 Answers  


Categories