write a query to delete similar records in same table
Answer Posted / balaji
delete from sampletable where ids in(select ids from
sampletable group by ids having count(ids)>1)
Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
Explain the order of sql statement execution?
Is left join faster than inner join?
What is a crud api?
How do I create a sql script?
What are different joins used in sql?
How do you take the union of two tables in sql?
Enlist some predefined exceptions?
Who developed sql?
What does over partition by mean in sql?
What are crud methods?
What are the properties of a transaction?
explain the difference between myisam static and myisam dynamic. : Sql dba
How to sort the rows in sql.
What are the operators in sql?
How does sql developer connect to oracle database?