How to delete the duplicate records from table(having bulk
records)?
Answer Posted / mml
delete from students where badgeid not in (select max(id)
from students group by badgeid);
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is application frame host?
Explain the types of memory management? : .NET Architecture
Use of Enable view state ? if turn off what happen ?
What is new in the .net 2.0 class library?
Explain dma? : Dot net architecture
How can I write my own .NET host?
Define an interrupt? : Dot net architecture
Whats new features in Visual Studio 2012?
What is .net mobile utility controls. Explain with an example? : Microsoft dot net mobile
What is the importance of updatepanel control?
What is a service class?
Differnce between managed code and unmanaged code ?
What is a clickonce application?
What are different types that a variable can be defined and their scopes ?
How resource files are used in .net?