how to get duplicate records from tables?write qurey for this?
Answer Posted / naresh k
select * from table_name;
The above qurey get duplicate record also because the
database store records like multi-set..
if we want get distinct records then use following query.
select distinct(attribute_name) from table name
| Is This Answer Correct ? | 0 Yes | 15 No |
Post New Answer View All Answers
What is the difference between "db2ilist" and "db2 get instance" commands in DB2 Database Server?
What language is db2 written in?
How do I optimize a query in db2?
What is buffer pool and list some of them?
what are bind concepts in db2 cobol?
How do I copy a table in db2?
What is plan in cobol db2?
Why select is not preferred in embedded sql programs?
What is null indicator in db2?
What is null in db2?
What is a db2 tablespace?
When reorg is used?
What are concurrency issues?
What are the bind parameters ibm db2?
Is db2 a programming language?