how to delete duplicate rows from a specified table(only
single table)
how do you know which join is need to be used
Answer Posted / venkateswararao
delete from emp p where rowid<(select max(rowid) from emps where p.ename=s.ename)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is the difference between $message and $$message? : Sql dba
What does the argument [or replace] do?
Why do we need databases?
What is the process of debugging?
Differentiate between pl/sql and sql?
What is the usage of the distinct keyword?
Why is sharding used?
What is string data type in sql?
How do I filter in sql profiler?
what does the t-sql command ident_current does? : Transact sql
what is user defined functions? : Sql dba
How to change sql*plus system settings?
What is group function in sql?
What is exception? What are the types of exceptions?
Is sql a backend language?