Entering content frame

 create_function_statement 

<create_function_statement> ::=
  CREATE FUNCTION <dbfunction_name>
    [(<formal_parameter1>,...)] RETURNS <data_type> AS <routine>

 

Leaving content frame