单项选择题

A.无法实现
B.SELECT TOP 10FROM employees
C.SELECT TOP 10first_name FROM employees
D.SELECT first_name FROM employees LIMIT 0,10