Which Of The Following Statements Is Used To Execute A Stored #299
Which of the following statement(s) is used to execute a stored procedure?
This multiple choice question (MCQ) is related to the book/course gs gs115 Structured Query Language. It can also be found in gs gs115 SQL Subqueries - SQL Comments - Quiz No.1.
Which of the following statement(s) is used to execute a stored procedure?
EXECUTE procedure_name;
EXE procedure_name;
EXEC procedure_name;
EXE PROCEDURE procedure_name;