how to get duplicate records from tables?write qurey for this?
Answer Posted / mahesh babu
select column_name,count(*) from table_name group by
column_name having count>1.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is db2 look?
Which component is responsible for processing sql statements and selecting access paths?
Comment whether dclgen is mandatorily used. If not, then what is the point of using it?
What is schema in db2?
What is ibm db2 database?
Which command is used to connect to a database in DB2 ? Give the Syntax.
Can we insert update delete in view?
What is the function of logging in the db2 database?
Define data page.
If I have a view which is a join of two or more tables, can this view be updateable?
Mention the downsides of page level lock.
What are host variables in db2?
How do I connect my db2 database to ibm?
What is the use of with ur in db2?
What os does db2 run on?