write a query to delete similar records in same table
Answer Posted / raj
DELETE FROM EMP E1
WHERE ROWID <(SELECT MAX(ROWID) FROM EMP E2 WHERE E1.ENO =
E2.ENO)
| Is This Answer Correct ? | 25 Yes | 3 No |
Post New Answer View All Answers
What is pivot table in sql?
What is right join sql?
What is sqlexception in java?
Why indexing is needed?
What is a natural join?
What is the purpose of design view?
What does bitemporal mean?
What is varray in pl sql?
What is java sql drivermanager?
Explain foreign key in sql?
What does count (*) do in sql?
What is database sql?
what is the use of set statement in tsql? : Transact sql
What are the two types of exceptions in pl/sql?
Can we use ddl commands in pl sql?