Question: Write an SQL query to find duplicate records in a table named Employees. Consider a record to be duplicate if it has the same values in the FirstName, LastName, and Email columns. Your query should list the duplicated FirstName, LastName, a...