how to delete all duplicate records from a table using
subquery?
Answer Posted / sunil
delete emp where empno not in(select distinct empno from emp);
For example we have duplicates in empno column then write
query like above...whatever column u want u can write..
| Is This Answer Correct ? | 0 Yes | 11 No |
Post New Answer View All Answers
What is a trace file and how is it created in oracle?
Hi Can any one tell me what are the API's used in requisition import.
How to commit the current transaction in oracle?
Can a formula column referred to columns in higher group ?
Why packages are used in oracle?
Explain what are the type of synonyms?
nw i'm doing MBA system and planning to do oracle,database management.tell me that whether it is useful r not?.refer any course for my carrier pls
How to set up autotrace for a user account?
Explain the use of rows option in imp command.
I have some query regarding Report generation from Oracle Apps "PO module". I have to generate a report where table columns are as below: Vendor_name Invoice No PO Number Item_Quantity Value of Goods Date of Shipping Name_of_the_transport Date_of_receipt_issued. Now my questions is :from which table/column I can get the information of "Name_of_the_transport" column. Thanks in advance.
Please explain drop constraint oracle?
Is insert autocommit in oracle?
How to get the Installed Oracle Version Information ?
How oracle handles dead locks?
What is oracle used for?