单项选择题

Suppose there is a definition of stored procedure SP in the database, and it needs an integer parameter. ______ is the legal calling form.

A.CALL sp(1);
B.CALL sp 1;
C.SELECT sp(1);
D.SELECT sp 1;