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
What does the term "green architecture" mean? : Dot net architecture
Explain the race around condition? How can it be overcome? : Dot net architecture
Explain COM with example?
What is gui programming? : .NET Architecture
What is the purpose of Treeview control?
How do I prevent concurrent access to my data?
question related to table havi colspan and row span
Explain the process of gc?
What is the access level of the visibility type internal?
Explain
Explain about validation?
Explain Singleton design pattern in .net
Explain pipelining? : .NET Architecture
Explain cache memory? : Dot net architecture
What is the use of web.config?