1) how to delete duplicate records from table in sql server
2005
2) what is run time polymorphism
Answer Posted / kishore
select distinct * from Mytable
select distinct * into Newtable from Mytable
drop table Mytable
select * into Mytable from Newtable
Is This Answer Correct ? | 12 Yes | 7 No |
Post New Answer View All Answers
What is the use of dll file in c#?
what is the difference between .dll and .exe
Is c sharp open source?
What is eager and lazy loading in c#?
What is meant by generics in c#?
What are the methods in c#?
Can constructor be overloaded in c#?
Can a dictionary have duplicate keys c#?
What is an event in c#?
4. Describe the process when we send a request URL? And who is responsible for that?
Is class reference type c#?
What is a lambda expression in c#?
What does static mean in c sharp?
What is the difference between C# 3.5 and C# 4.0?
What are the fundamental principles of oo programming?