How to delete the duplicate records from table(having bulk
records)?
Answer Posted / rajani
delete from emp where rowid not in ( select max(rowid) from emp group by empno )
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
how we can fire event in databound column in datagrid without using button?
Define the mesi? : Dot net architecture
Explain write back and write through caches? : Dot net architecture
Can you explain control extenders?
What is .net mobile input validation. Explain with an example? : Microsoft dot net mobile
data types used in validation control
Can you explain update progress control?
What is an asssembly qualified name? Is it a filename? How is it different?
Explain Intermediate Language?
how to create applications by using Visual Studio 2012?
Explain cache memory? : .NET Architecture
hi, kindly send WWF(.net 3.5) pdf notes to my id. thanx in advance, chays
What is the purpose of cache? : Dot net architecture
How do I write to the application configuration file at runtime?
Explain the difference between l1 and l2 cache? : .NET Architecture