Suppose there are many duplicate records in a Db2 table.
What is the query to retrive only duplicate records?
Answer Posted / chidambara subbu
SELECT City FROM Customers
Group by City
HAVING COUNT(City) > 1
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the difference between using bind () and rebind () methods of naming class?
define clustering index.
What is iseries database?
What is the use of value function?
Which command is used to remove all rows from a table?
What are the full forms of spufi and dclgen and why are they used?
How many databases can be created inside an instance in db2 ?
How do I start db2 in windows?
What is netezza database?
What are foreign keys in db2?
Explain about open switch business continuity software?
Is it possible to create an Instance in DB2 using DB2 Control Center ?
What is difference between isnull and coalesce?
What is a db2 schema?
Define declaration generator (dclgen).