How to find out duplicate records in a table(Query)
Answer Posted / madhav
select name,count(name) from mastertable group by name
having count(name)>1
instead of NAME use your own fields
Best of luck
Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is test environment?
how cam www sites be tested
What is loop testing?
How to write an implementation plan for our QA system with small budget, from scratch.
What is end-to-end testing?
How would you estimate the amount of re-testing likely to be required?
What do you mean by trend analysis?
Explain what test deliverables is?
Is it true that we can do system testing at any stage?
What is random/monkey testing? When is it used?
What is CCB and MTBF, why should we use this.
What is outputs?
Explain test driver?
What is 'fish pond analysis' with respect to software testing?
What is fault masking explain with example?