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 we call a function containing dml statements in a select query?
Can we join same table in sql?
What will you get by the cursor attribute sql%rowcount?
Can we call procedure in select statement?
what is a record in a database ? : Sql dba
Why do we create stored procedures & functions in pl/sql and how are they different?
write an sql query to find names of employee start with 'a'? : Sql dba
What is snowflake sql?
What is the usage of sql functions?
What does <> sql mean?
What is over () in sql?
What are the main features of cursor?
Are dml statements autocommit?
What is trigger in flip flop?
how can you see all indexes defined for a table? : Sql dba