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 / dinesh mohan upadhyay
delete from emp
where rowid>any(select min(rowid) from emp a where
a.col1=col1)
| Is This Answer Correct ? | 15 Yes | 8 No |
Post New Answer View All Answers
What is your daily office routine?
Is oracle and sql same?
What is tuple in sql?
Is sql port 1433 encrypted?
When you have to use a default "rollback to" savepoint of plvlog?
Can we use joins in subquery?
What is a constraint? Tell me about its various levels.
How do you know if a relationship is 2nf?
Can we use ddl statements in stored procedure sql server?
What is the usage of nvl function?
How can triggers be used for the table auditing?
what are the 'mysql' command line arguments? : Sql dba
Can we write ddl statements in functions?
How do sql databases work?
What is sql entity?