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
Difference between global and parameter variables?
What has stored procedures in sql?
What is normalization in a database?
Define overloaded procedure?
How exception is different from error?
what are the advantages a stored procedure? : Sql dba
How do you update f as m and m as f from the below table testtable?
What is the difference between alter trigger and drop trigger statements?
What does seeding a database mean?
What is the use of nvl function?
What is the max nvarchar size?
Is sql an operating system?
What is clause?
How many subqueries can be nested in a statement?
What is sql and its types?