how to get duplicate records from tables?write qurey for this?
Answer Posted / pandu
To get the duplicate records in a table use the query
Select distinct(deptno) from emp;
reply any one to me am i correct.
Is This Answer Correct ? | 2 Yes | 26 No |
Post New Answer View All Answers
In case if at some point of time db2 is down, would that impact the pre-compilation process of a db2-cobol program?
How to find the number of rows in db2 tables?
What is a bind card?
What is check constraint in db2?
How do I add a column in db2?
Who uses db2?
How would the varchar column remarks defined?
What is drop table?
What is image copy in db2?
What is schema in db2?
Explain about rct in db2?
What are iseries servers?
what is db2 restart?
What is the physical storage length of timestamp data type?
How do I delete a table in db2?