多项选择题

A.SELECT *FROM student LIMIT 3,0;
B.SELECT *FROM student LIMIT 0,3;
C.SELECT *FROM student LIMIT 1,3;
D.SELECT *FROM student LIMIT 3;