How to find out duplicate records in a table(Query)
Answer Posted / vishal
try this query
select name,count(*) from X1 (X1 being the table name)
group by name
having count(*)>1
Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
Which is the easiest and preferred Automation Tool mostly for software Testing now a days? What is the reason for it.
how to use bugzilla plz tell me details processs
What is race condition?
Explain performance testing?
Can anyone provide the definitions for the following abbreviations? Thanx to anyone who could CIT CAP
Explain cyclomatic complexity?
EXPLAIN HISTORY OF SOFTWARE ENGINERRING? ISO & CMM certification and its use in context to software testing
Which activity in the fundamental test process includes evaluation of the testability of the requirements and system?
What is failure?
Explain black-box testing?
What is CDB?
What is negative and positive testing?
What is version description document (vdd)?
Explain testability?
What is the common risk that leads to project failure?