Write an SQL Query to
Delete Duplicate records from a table using ROWID.
Answer Posted / srinivas
delete from emp where rowid not in(select max(rowid) from
emp group by sal);
and
delete from(select distinct sal from emp) where rowid>=1;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain oracle apps architecture.
Tell me how to debug the report?
can we use look up type instead of a pofile option?or valueset?is it possible how?
testing tools?
what is the difference between request group and request security in oracle apps?
What do you understand by a set of books?
Explain what are the tables of auto invoice?
tell me the scenarios of the independent in reports
What is a value set? List its various types.
tell my any difficult situtation you solved in your experience in your company?
what is the differences between internal requisition and internal sales order?
What does appl_top directory contain?
please any one provide the oracle erp technical interview questions on modules(PO,AP,AR,INV,GL,OM)wise to my mail id..narendra_609@yahoo.co.in
Tell me where we find the status of order information?
What is instead of trigger in where we will use?