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 do you mean by saying a "class is a reference type"?
What are the three types of predicates?
How to implement an object pool in c#.net.
What is ado c#?
What you mean by delegate in c#?
What is difference between throw and throws in c#?
Can we customize the serialization process?
What is sqlcommandbuilder c#?
How is method overriding different from overloading?
What is the usage of transponders?
What is multicast delegate explain with example?
Is there an equivalent of exit() for quitting a c# .net application?
Explain About namespaces
Define a partial class?
What is public void in c#?