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

Answer Posted / koti

delete from emk tl
where tl.rowid >
( select min(tl2.rowID) from emk tl2
where tl.empno = tl2.empno
and tl.ename = tl2.ename)
Madhuapps,is alsow right...

Is This Answer Correct ?    16 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the Standard Reports and Forms in HRMS?

1773


where to define interorganization transaction charges and what are the different options?

1953


can we get profile values in report without using user exists is it possible how?

2320


What does appl_top directory contain?

647


What do you understand by soa?

694






How can a process be deployed in soa?

700


How to create a purchase order without a requisition?

631


WHAT IS CUSTOM VIEW AND CUSTOM COMPONENT?

2597


What is sca and how is it useful?

661


do you know is it possible to run the interface without using oracle apps?

651


What is a value set? List its various types.

650


What are the different components you should consider while defining a responsibility in oracle apps?

644


Can we create tables in apps schema?

622


How can we import the data into a database using sql * loader?

681


Which oracle applications pl/sql standard apis you are familiar, have you used most of them?

637