Wipro Question:

Download Job Interview Questions and Answers PDF

How to delete Duplicate row in table of Wipro?

Wipro Interview Question
Wipro Interview Question

Answer:

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

Download Wipro Interview Questions And Answers PDF

Previous QuestionNext Question
Can you please explain the difference between interface and multiple interface?When do we use SQL Profiler in Wipro?