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 msql? : Sql dba
What are some emotional triggers?
what is sub-query? : Transact sql
What is composite primary key in sql?
How many disk partitions should I have?
What company owns postgresql?
What is meant by cursor in sql?
What is execution plan in sql?
Define union, minus, union all, intersect ?
what are the different functions in sorting an array? : Sql dba
What are records give examples?
What are the different tcl commands in sql?
How do you update f as m and m as f from the below table testtable?
What are instead of triggers?
Does user triggers have entry for trigger with compilation errors?