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 / lakshya
SELECT * FROM table_name
WHERE ROWID NOT IN (SELECT MIN(ROWID) FROM table_name GROUP
BY table_columns);
| Is This Answer Correct ? | 9 Yes | 8 No |
Post New Answer View All Answers
What is the use of sqlerrd 3?
What is sql keyword?
Is primary key an index?
what is collation? : Sql dba
What is a sql profiler?
Does sql require a server?
Define a temp table?
What is your daily office routine?
How do you explain an index?
How do I quit sql?
Mention what are the benefits of pl/sql packages?
What is the difference between delete and truncate statement in sql?
What is trigger in flip flop?
Is and as keyword in pl sql?
What are packages in pl sql and also explain its advantages?