单项选择题

A.SELECT score FROM student_score LIMIT 10,20
B.SELECT TOP 10-20FROM student_score
C.SELECT TOP 10-20score FROM student_score
D.无法实现