单项选择题

A.OPEN emp_cursor
B.OPEN emp_cursor FOR 20
C.OPEN emp_cursor USING 20
D.FOR emp_rec IN emp_cursor(20) LOOP … END LOOP