write a query to delete similar records in particular
fields(columns) in different tables
Answer Posted / khandu shinde
delete from emp where rowid not in ( select max(rowid) from
emp group by empno)
| Is This Answer Correct ? | 7 Yes | 9 No |
Post New Answer View All Answers
What is normalization sql?
What is a call statement? Explain with an example.
what are the maximum number of rows that can be constructed by inserting rows directly in value list? : Transact sql
what is the difference between nested subquery and correlated subquery?
What is string data type in sql?
What is spool?
What is native sql query?
what is user defined functions? : Sql dba
What is an implicit commit?
What are different types of keys?
How would you reference column values before and after you have inserted and deleted triggers?
What is primary key in db?
What is flag in sql?
What is user in sql?
How can we make an if statement within a select statement?