在MySQL中,下列哪项能正确调用没有参数的存储过程test?( )
SELECT test;
CALL test;
SELECT test FROM procedures;
Set @variable = test;