In Framework Manager, what are the minimum requirements to implement a stored procedure that
expects arguments and make it available to authors?

A.
Import the stored procedure, add it as a model calculation, and then publish it as part of a
package.
B.
Import the stored procedure, provide values that satisfy the procedure’s arguments, retrieve a
projection list and then publish it as part of a package.
C.
Import the stored procedure, use it to create a calculation in the expression editor and then
publish the calculation as part of a package.
D.
Import the stored procedure, set the type to Data Modification, provide values that satisfy the
procedure’s arguments, retrieve a projection list and then publish it as part of a package.
Explanation: