How to delete the duplicate records from table(having bulk
records)?

Answer Posted / asha

DELETE FROM school WHERE badgeid NOT IN(SELECT MAX
(badgeid) FROM school GROUP BY id);

Is This Answer Correct ?    5 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is msil, and why should my developers need an appreciation of it if at all?

537


Explain the Lapsed Listener problem in .net

671


8. Oop-Why and were we use Interfacse and Abstract class.

1589


what are constructors and destructors?

1723


What is an asssembly qualified name? Is it a filename? How is it different?

510






Tell me .net mobile emulators? : Microsoft dot net mobile

556


Explain is development of a mobile web application with asp.net is very easy? : Microsoft dot net mobile

519


Define cache? : Dot net architecture

548


Define dma? : Dot net architecture

550


Explain the difference between primary & secondary storage device? : Dot net architecture

510


What is one way operation?

563


Explain the components required to develop mobile applications with .net mobile? : Microsoft dot net mobile

463


What is private constructor? And it's use?

640


Define cache coherency? : Dot net architecture

576


Explain the difference between primary & secondary storage device? : .NET Architecture

533