I have a database that has employee records. In some instances, there are duplicate records in the database that are an integral part. I want a report to list the employee records but not the duplicates. How do I construct the query to only print the duplicate records once?