FIS interview question

Write an Sql query to delete duplicate records in the database.

Interview Answer

Anonymous

22 Feb 2018

use CTE and row_number functions to achieve desired output.