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 an instance database?
Which are the db2 tools to protect integrity of the database?
What is the function of logging in the db2 database?
Why cursor is used in db2?
What happens in bind step in a db2 program?
Which components manage deadlocks in db2?
What is db2 bind process?
Mention the different locking levels that are available in db2.
What are types of indexes?
Are view updateable?
What is dbrm? When it will be created?
What is dbrm? What it contains? When it will be created?
What is package in cobol db2?
How to check sequence on a table in db2?
How do you stop a db2 database in linux?