下列声明游标的语法格式中,正确的是( ) 。
DECLARE cursor_name CURSOR FOR select_statement
CURSOR cursor_name FOR select_statement
DECLARE cursor_name CURSOR OF select_statement
CURSOR cursor_name OF select_statement