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 are the different sql languages?
what is uncommittable transactions? : Transact sql
What are synonyms in sql?
How to change sql*plus system settings?
What is posting?
What is java sql connection?
Can we enter data in a table in design view?
What is the clause we need to add in function body to return variable?
what is the difference between undefined value and null value? : Sql dba
Can a foreign key be null?
What are the operators in sql?
what is sql server agent? : Sql dba
What is the use of triggers?
Explain the uses of control file.
Is ms sql traffic encrypted?