write a query to delete similar records in particular
fields(columns) in different tables
Answer Posted / rajesh
DELETE emp WHERE ROWID NOT IN(SELECT MIN(eid)FROM emp GROUP
BY eid);
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What is the maximum number of rows in sql table?
When is the update_statistics command used?
What is the primary use of normalization?
What is embedded sql with example?
difference between anonymous blocks and sub-programs.
how can we know the count/number of elements of an array? : Sql dba
How to get help at the sql prompt?
how can we destroy the session, how can we unset the variable of a session? : Sql dba
How do I make my sql query run faster?
What is posting?
What is pl sql collection?
How to install oracle sql developer?
What are the different type of joins in sql?
What is a mutating table and a constraining table?
Differentiate between syntax and runtime errors.