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
what is modular framework?
What the meaning of breath testing is?
Describe your ideal working environment.
What is different type testing you done when doing webbase application.the desktop application
How will you handle a conflict amongst your team members?
Every One is saying that Documentation is very very importent in Tester's Life.Could any one explain with proper examples..?
What the meaning of code walk through is?
Have you performed tests on the front-end and the back-end?
What is a variant?
What is quality policy?
What is SDLC and STLC? In analysis phase of SDLC, what exactly the testers will do?
What test plans consists of?
What is the negative and positive testing?
What is maintenance testing?
Which is not a tool of static code analysis? a.)Ada b.)Borland-delphi c.)Fortan d.)None