CREATE FUNCTION %s ( 
  <argument name> <argument datatype>  
) 
RETURNS <return datatype> 
RETURN <function body>
