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 difference between function and method in c#?
Can var be null c#?
What is the .net datatype that allows the retrieval of data by a unique key?
There were a lot of questions asked, so I will list the topic (and add a what is "topic" and know pros/cons). Extreme programming, what is a transaction, various SDLC design approaches, what is a namespace, define a good test case, what is a stored proc, webservice? design patterns? linker? compiler? access modifiers? stack vs. queue? arrays vs. linked lists? sorting algorithms? recursion? OOP principles?
Can we create instance of private class in c#?
What is .cs file in c#?
What is lazy keyword in c#?
What is the advantage of extension method in c#?
What is virtual in c#?
What is a Jagged Array in C#?
Can mvc be used for desktop applications?
Which of the following API is used to hide a window?
Why do we need oops in c#?
What is ado c#?
Are arrays value types or reference types?