One difference between a function and a stored procedure is that a function:
A.
 Must be called from a trigger.
B.
 Must return a value.
C.
 Cannot contain a transaction.
D.
 Cannot accept parameters.
One difference between a function and a stored procedure is that a function:
One difference between a function and a stored procedure is that a function:
A.
 Must be called from a trigger.
B.
 Must return a value.
C.
 Cannot contain a transaction.
D.
 Cannot accept parameters.
B