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

What is the main benefit of designing tests early in the life cycle?

0 Answers  


what is conventional Testing? and what is unconventional testing?

8 Answers   IntraLogic,


For Web Applications what type of tests are you going to do?

2 Answers   TCS,


Which is the current formal world-wide recognized documentation standard?

0 Answers  


Can we do Usability Testing with Automation Testing Tools?????

3 Answers  


What is Software Engineering? Please do explain in Brief.

13 Answers   Artech, Banyan Soft,


Mention what the meaning of breath testing is?

0 Answers  


Test engineer?

0 Answers  


How we will do DataBase testing through Qtp application, i know two things 1)Import date from sheet2)Database Check points. But Interviewr asked me How to Run Queries from Qtp Application?Plz Any Body Exlain about Data Base Testing.Urgent.........Advanced Thanks

0 Answers  


What are the check points we need to consider while performing Database migration (ex: from oracle 8i to 9i)

0 Answers  


Hi All!!Can anyone please suggest some better website to learn Mainframe Testing??Am very much new to Mainframes. Thanks in Advance Nithya

0 Answers   Xpert IT,


Explain what lcsaj is?

0 Answers  


Categories