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 %s in sql?
What is partition by in sql?
What is an index? What are the types of indexes? How many clustered indexes can be created on a table?
What is the use of function "module procedure" in pl/sql?
what is the difference between char and varchar data types? : Sql dba
What is before trigger?
How to get list of all tables from a database?
What type of database is sql?
Which is better varchar or nvarchar?
What is the syntax to add a record to a table?
What is transaction control language (tcl)?
How do I view a sql database?
When are we going to use truncate and delete?
What is the maximum size of sqlite database?
What is pl/sql language case sensitive?