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 an escape character in sql?
How consistent is the view of the data between and within multiple sessions, transactions or statements ?
What does over partition by mean in sql?
How do I run a script in sql developer?
What is trigger types of trigger?
What are the indexing methods?
How do I run a sql trace?
What are the advantages of normalization?
What do you mean by “trigger” in sql?
Which normal form is best?
How many types of literals are available in pl sql?
How is pl sql different from sql?
What are all the common sql functions?
How many commands are in sql?
What are system versioned tables?