Interviewer And Interviewee Guide

Wipro Interview Question:

How to delete Duplicate row in table of Wipro?

Submitted by: Muhammad
SQL> delete from table_name where rowid not in (select max(rowid) from table group by duplicate_values_field_name).
Submitted by: Muhammad

Read Online Wipro Job Interview Questions And Answers
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.

Interview Questions Answers .ORG