Coforge Interview Question

How to remove duplicates from a table

Interview Answer

Anonymous

Apr 8, 2026

use distinct keyword in query or use window function row number partition by column and order by column description and filter for row number =1