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 are reports usually used for?
What is clause?
What is trigger explain it?
Can we want to pass a parameter payroll_id to this external pl/sql function, how do we do it?
What does where 1/2 mean in sql?
What is the sql case statement?
What is a pdo connection?
How we can create a table in pl/sql block. Insert records into it? Is it possible by some procedure or function? Please give example?
Under what condition it is possible to have a page level lock and row lock at the same time for a query? : Transact sql
What is an example of translating a date into julian format?
Explain the methods used to protect source code of pl/sql.
what are enums used for in mysql? : Sql dba
What is the use of sql trace?
What does count (*) mean?
How do I run a sql query in pgadmin 4?