Write an SQL Query to
Delete Duplicate records from a table using ROWID.

Answer Posted / koti

Ganesh ,You are right very good.
delete from emp t
where rowid != ( select min(rowid)
from empno
where empno = t.empno );
---------And other answers are not right .

Is This Answer Correct ?    15 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to move the one file from one instance to another instance? And your scripts also?

607


In sequence i want to 11 and 15th values how we will write?

1568


In hierarchical structure of a database? we have write query from where we should start?

1698


Can we create tables in apps schema?

612


WHAT IS CUSTOM VIEW AND CUSTOM COMPONENT?

2586






How to retry multiple errored workflow processes? What is the access level in workflow used for? How do you define start and end functions in workflow? How does they differ from normal functions? Give me some workflow tables? What is the difference between a function and notification in workflow? I have sent two different notifications to two different users and I want to wait till both they are approved to send 3rd notification. How can you achieve it? What is item type and item key in workflow? How do you use attribute values in workflow messages? How do you use lookups in workflow? What are roles in workflow and how they are used? How do you download or upload a workflow from a server? What are steps to customize the workflow? What functions can you perform from workflow administrator responsibility? To send an email to the user workflow notification is the only way or is there any other ways to send it? Give me some workflow standard procedures? How can you run/start/kickoff workflow? What is wf_engine package used for? How many processes can each workflow contain? What is Runnable option in workflow? At what level it exists? What are different types of attributes in workflow? How do you reassign a notification? What is process in workflow? How can you send direct oracle form link through workflow notifications? How can you send a notification to multiple users? Can you change the list dynamically? Can you send html code in workflow notification? I have sent two different notifications to two different users and I want to wait till atleast one is approved to send 3rd notification. How can you achieve it?

4305


What are the benefits of using soa architecture?

701


testing tools?

1745


List the types of flexfield?

599


What is the concept of soa governance?

762


In oracle application how do you debug or trace errors?

628


pls send me out bound code of supplers,site,bankiformation code pls as soon as

1749


what is pay run id ?

1705


How many schemas we have? how many you have used?

1604


Do you know where we can check the status of po?

627