RE: How to remove the duplicate value row using self j...
Here in this query the rowid (which is assigned to every row for every row of table ion oracle is used to identify and delete the duplicate rows in the table)as there is no other way of doing the same.
The smallest row id of the row is taken for comparing the other rowids and delete the one greater than the comparision value.