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
how to delete the record using data reader
What happens to the winfx technologies?
What is Com Callable wrapper?when it will created?
Is dim fs as filestreamobject is a managed code? : Dot net architecture
Define a managed code? : Dot net architecture
Explain is development of a mobile web application with asp.net is very easy? : Microsoft dot net mobile
What happens when you try to update data in a dataset in .net while the record is already deleted in sql server as backend?
How does .net remoting work?
Explain different pipelining hazards and how are they eliminated? : Dot net architecture
Define dma? : Dot net architecture
How do I write to the application configuration file at runtime?
Explain difference between machine config vs. Web config : Dot net architecture
What is the use of CLR in .NET?
Explain about validation?
Explain the purpose of cache? How is it used? : Dot net architecture