How will you delete duplicate records from a table?
Answer Posted / s
DELETE FROM TABLE ABC
WHERE COLUMN =
(SELECT COLUMN FROM TABLE ABC
GROUP BY COLUMN
HAVING COUNT(*) > 1);
| Is This Answer Correct ? | 20 Yes | 36 No |
Post New Answer View All Answers
What is access path in db2?
Is ibm db2 open source?
What is a plan and package in db2?
Why do we use cursor?
List out the buffer pools in db2
How can we retrieve the total number of records in RPG & CLLE?
What is db2 catalog database?
Explain about rct.
What is plan in cobol db2?
How connect db2 database to datastage?
What is the difference between using bind () and rebind () methods of naming class?
What is netezza database?
Mention the different locking levels that are available in db2.
How to find schema of a table in db2?
What is db2 and what is the use of db2 optimizer?