CREATE FUNCTION function_name … RETURN BOOLEAN IS Definitions; BEGIN Statement; RETURN "Hello World!"; END;