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
How to write an implementation plan for our QA system with small budget, from scratch.
What is storage virtualization?
What is pdr - peer design review?
What type of review requires formal entry and exit criteria, including metrics?
What is the difference between uat (user acceptance testing) and system testing?
What goes into a Test Summary? How would you write a Test Summary?
What were your testing responsibilities at your previous employer?
Explain test bed?
I am asked to create Usability testing methodology document, basically listing the Procedures & methodology to/for: a. Entry criteria Exit criteria for usability test b. Deliverables d. Methods of doing Reviews and inspection e. Methods of Reporting f. at which testing phase usability testing is done in v model Is there any sample document/template available on Internet? Any help will be greatly appreciated.
what are the different types of questions in testing from related to projects, plz help me in quickly
What is the meaning and purpose of each of: 1) Test Strategy 2) Test Plan #) Test Case? What is an example of each?
What is the purpose of exit criteria?
What do you mean by automated testing?
What is the common risk that leads to project failure?
What are benefits of iSCSI SAN over FCOE SAN?