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
can sql servers linked to other servers like oracle? : Sql dba
What is dbo in sql?
What are analytical functions in sql?
Is ms sql is free?
What is output spooling in sql*plus?
What is sql catalog?
Can there be 2 primary keys in a table?
Why is sharding used?
How do you update a sql procedure?
Can triggers stop a dml statement from executing on a table?
What is bitemporal narrowing?
Explain the insert into statements in sql?
What is a primary key called that is made up of more than one field?
what is the difference between join and union? : Sql dba
What is sql resultset?