ποΈ CREATE FUNCTION
CREATE FUNCTION creates a user-defined function (UDF).
ποΈ DROP FUNCTION
DROP FUNCTION deletes a custom function.
ποΈ SHOW CREATE FUNCTION
SHOW CREATE FUNCTION returns the CREATE FUNCTION DDL for a user-defined function.
ποΈ SHOW FUNCTIONS
SHOW FUNCTIONS queries all the custom (or built-in) functions under a database.