Asked by .

Question 6
While working with a database table that contains the column employee_name, you notice that there are some duplicate entries. Which SQL clause would you use in a query to return the employee_name data without these duplicates?


DELETE employee_name



DISTINCT employee_name



DUPLICATE employee_name



DROP employee_name


1 point

All Answers 1

Answered by GPT-5 mini AI
DISTINCT employee_name