In SQL, which command is used to remove a stored function from the database?
A
REMOVE FUNCTION
B
DELETE FUNCTION
C
DROP FUNCTION
D
ERASE FUNCTION
E
None of the above
Correct Answer: DROP FUNCTION