1) how to delete duplicate records from table in sql server
2005
2) what is run time polymorphism
Answer Posted / nkm
SELECT col1,col2 FROM tDupData
GROUP BY col1,col2
HAVING COUNT(*) > 1
| Is This Answer Correct ? | 4 Yes | 14 No |
Post New Answer View All Answers
What is difference between float and integer?
What is difference between dictionary and hashtable in c#?
Is it possible to have a static indexer in c#? Allowed in c#.
What is the usage of Enumeration in C# Programming and is it good to use or not ?
Why singleton is sealed?
What is escape character in c#?
What is the difference between CONST and READONLY?
Explain the difference between const and static read-only?
What's the difference between the debug class and trace class? Documentation looks the same.
What is int32?
Define satellite Assembly in .NET?
What is the difference between ref & out parameters in c#?
What does do in c#?
What tool we have to use to install assembli in gac folder.
List the 5 different access modifiers in c#?