Delete duplicate records in oracle in all ways many ways we can
Answers
Answered by
3
====
Ans:
====
Ways we can delete duplicate records in oracle :-
- Using rowid
- Using self-join
- Using row_number()
- Using dense_rank()
- Using group by
Similar questions