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
Say your Product passed through testing and UAT. Now it went to production at client location and they found one defect in it. How they need to procced now? Will they contact you? Will they contact dev team?
How will you log a Defect when you are in the process of executing a test case?
What is branch coverage?
What is fault tree analysis?
What is difference between validation and verification?
Test engineer?
What is fuzz testing and when it is used?
what is system testing?
can you tell me the correct process for creating automation frame work for project(key word driven framework)
what is the meaning of Field Level Validation & Form Level Validation??
Hi do any one has dumps for ISTQB or ISEB exams for august or september exam 2013. Pleae mail qazwsx2631981@yahoo.co.in
Explain testing?
Mention the difference between data driven testing and retesting?
What is bottom-up strategy?
Explain testability?