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 commit and rollback in mysql : sql dba
Does sql support programming?
what are the limitations of identity column? : Transact sql
Which join is default?
How does stored procedure reduce network traffic?
Explain ddl statements in pl/sql?
What is pl sql architecture?
What is an index? What are the types of indexes? How many clustered indexes can be created on a table?
What are the popular database management systems in the it industry?
how to convert numeric values to character strings? : Sql dba
What is difference between stored function and application function?
what is the difference between where clause and having clause? : Sql dba
Is primary key is clustered index?
What is procedure explain with program?
What is sql character function?