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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain verification?

591


What the different types of test coverage techniques are?

579


Explain exit criteria?

640


An input field takes the year of birth between 1900 and 2004 what the boundary values for testing this field are?

636


what r the strategies & methodologies r u following in preperation of test cases based on usecase?

1604






What is disaster recovery testing?

589


Why we need localization testing?

598


Mention what are the categories of defects?

587


What is maintenance testing?

612


How will you log a Defect when you are in the process of executing a test case?

1679


What is test specification?

627


What is quality system?

677


What is test environment?

638


What is policy?

564


During which test activity could fault be found most cost-effectively?

821