Question:Suppose you create a stored procedure and save it in the database with "sp_" prefix. Which of the following statements is true regarding the execution of the stored procedure?
A The prefix will speed up the execution of the stored procedure.
B The prefix will slow down the execution of the stored procedure.
C The performance of the stored procedure is not affected.
D All of these
+ AnswerC
+ Report