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 a scalar value in sql?
How to Declare Fixed Length String Value In PL SQL
How do you use a while loop in pl sql?
what is the difference between a local and a global temporary table? : Sql dba
what is heap table? : Sql dba
What view means?
Name three sql operations that perform a sort.
how to convert numeric values to character strings? : Sql dba
Explain what is a view?
What is cursor status?
What is a nested table in word?
Explain sql data types?
explain advantages of innodb over myisam. : Sql dba
how to use case expression? : Sql dba
Which data dictionary views have the information on the triggers that are available in the database?