Write an SQL Query to
Delete Duplicate records from a table using ROWID.
Answer Posted / ajith
DELETE FROM EMP E1
WHERE E1.ROWID>(SELECT MIN(E2.ROWID)
FROM EMP E2
WHERE E1.EMPNO=E2.EMPNO)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many schemas we have? how many you have used?
How to create a purchase order without a requisition?
If we have a repeated record in a table. But the repeated record how i can transfer from table to nested table?
What do you understand by concurrent programs?
What is a value set? List its various types.
what is the differences between internal requisition and internal sales order?
testing tools?
q)what are the validations in sql*loader
is it possible to run the interface without using oracle apps?
what is global tempory table?
Explain what are the tables of auto invoice?
What are the benefits of using soa architecture?
Tell me where we find the status of order information?
What do you understand by soa and what are the benefits of using this architecture?
Hi, Anybody please send me the Oracle APPS 1i technical interview questions (Real time) as wel as sample resume also?