Computer Science, asked by Helios5184, 1 year ago

Delete duplicate records in oracle in all ways many ways we can

Answers

Answered by MrTSR
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