eClinicalWorks interview question

how to remove duplicate rows from a table in database?

Interview Answers

Anonymous

17 Feb 2019

use rowcount function for particular column and then delete query

Anonymous

6 Apr 2011

use DISTINCT function to remove duplicates from a table in database.