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
Explain cache? : .NET Architecture
Explain different pipelining hazards and how are they eliminated? : Dot net architecture
Explain the components required to develop mobile applications with .net mobile? : Microsoft dot net mobile
difference between Response.write,server.transfer and also which one is used when ?
What actually happes when you add a something to arraylistcollection ?
Explain the difference between inprocess vs out process session state : Dot net architecture
Is .net easier than java?
Explain How to improve the cache performance? : Dot net architecture
What is code access security (cas)?
Explain .net mobile selectionlist control? : Microsoft dot net mobile
I want to create a project like google maps how can we do that with atlas?
Define dma? : Dot net architecture
how to set the startup position of the form?
Explain hard disk? : Dot net architecture
Can you explain atlasuiglitz library?