eClinicalWorks Interview Question

how to remove duplicate rows from a table in database?

Interview Answers

Anonymous

Feb 17, 2019

use rowcount function for particular column and then delete query

Anonymous

Apr 6, 2011

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