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
inprocess vs out process session state : Dot net architecture
How cache coherency is eliminated? : Dot net architecture
Define pipelining? : Dot net architecture
Explain a .net mobile example with details? : Microsoft dot net mobile
Explain the difference between primary & secondary storage device? : Dot net architecture
How does .net remoting work?
What is biginteger and when would you use that?
What is the purpose of hard disk? : Dot net architecture
What is parallel computing?
Explain how cache is used? : Dot net architecture
what is sessions and cookies take one example simple way to understand
What is a service class?
Define domestic architecture artifacts? : Dot net architecture
Differnce between managed code and unmanaged code ?
How can we perform data binding in atlas?