Delete duplicate records in the emp table.
Answer Posted / 14-07-2007
delete from emp where rowid not in(select min(rowid) from
emp group by empno;
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
Explain the difference in execution of triggers and stored procedures?
What is linq to sql?
What is sql and explain its components?
What is nosql example?
What is trigger types of trigger?
How to rename a table?
What is query optimization in sql?
How do you copy a table in sql?
how to get a list of indexes of an existing table? : Sql dba
what are aggregate and scalar functions? : Sql dba
What is sql in java?
How do I access sql anywhere database?
What is pls_integer in pl sql?
What is pragma in sql?
What is bitemporal narrowing?