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
How do you run a query?
what happens if you no create privilege in a database? : Sql dba
Write the command to remove all players named sachin from the players table.
How do you define a foreign key?
Is a secondary key the same as a foreign key?
Explain locks? : Transact sql
What are the rules to be applied to nulls whilst doing comparisons?
what is table? : Sql dba
What is a schema sql?
What is normalisation and its types?
What is difference sql and mysql?
What is the difference between the conventional and direct path loads? : aql loader
What is a sql schema used for?
Why we use triggers in mysql?
Does sql view stored data?