多项选择题

A.SELECT DISTINCT first_name FROM employees
B.SELECT DISCT first_name FROM employees
C.SELECT first_name FROM employees
D.SELECT DISTINCTROW first_name FROM employees