Write an SQL Query to
Delete Duplicate records from a table using ROWID.
Answer Posted / samad
delete from emp a where rowid >(select min(rowid) from emp
b where a.rowid = b.rowid);
2. DELETE FROM EMP A
WHERE ROWID > ( SELECT min(ROWID) FROM EMP B WHERE
A.ROWID = B.ROWID)
cheers
samad
| Is This Answer Correct ? | 21 Yes | 18 No |
Post New Answer View All Answers
Explain what are the tables of auto invoice?
In sequence i want to 11 and 15th values how we will write?
tell me the scenarios of the independent in reports
In which tables receopt application form Appliy to field Value will come. I know one table i.e, ra_customer_trx.trx_number. Could U please any one tell me other than this except(ra_customer_trx and ar_payment_schedules_all tables). plz mentioned tables_name.Column_name.
List the various types of value set.
what are the prerequisites for costing transactions?
List the types of flexfield?
How to move the one file from one instance to another instance? And your scripts also?
What is the concept of soa governance?
Can you explain the difference between architecture followed in 10g & 11g?
If we have a repeated record in a table. But the repeated record how i can transfer from table to nested table?
How do you register report in oracle apps?
Tell me where we find the status of order information?
In hierarchical structure of a database? we have write query from where we should start?
tell my any difficult situtation you solved in your experience in your company?