If you are granted the CREATE FUNCTION privilege on a database or user, any function you create in that database or user has these privileges WITH GRANT OPTION:
- DROP FUNCTION
- EXECUTE FUNCTION
If you are granted the CREATE FUNCTION privilege on a database or user, any function you create in that database or user has these privileges WITH GRANT OPTION: