The DROP FUNCTION statement (create_function_statement) deletes a database function.
<drop_function_statement> ::= DROP FUNCTION <dbfunction_name>
The specified database function name must identify an existing database function of the current user.
The metadata of the database function is deleted.