多项选择题

A.OPEN emp_cursor(20);
B.OPEN emp_cursorFOR20;
C.OPEN emp_cursorUSING20;
D.FOR emp_recINemp_cursor(20)LOOP…ENDLOOP;