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
what is a primary key? : Sql dba
What is cte sql?
What is scalar and vector?
What are properties of the transaction?
Does pl sql work in mysql?
Are dml statements autocommit?
What is program debugging?
What is multiple partition?
what is a database? : Sql dba
What is a crud api?
Which is faster subquery or join?
Why is sql important?
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
What is a sql profiler?
What are the different tcl commands in sql?