Wipro Question:
Download Job Interview Questions and Answers PDF
How to delete Duplicate row in table of Wipro?
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 Question | Next Question |
Can you please explain the difference between interface and multiple interface? | When do we use SQL Profiler in Wipro? |