Entering content frame

Name of a Database Function (dbfunction_name) 

A database function name (dbfunction_name) identifies a database function called by a database function call.

Syntax

<dbfunction_name> ::= [<owner>.]<identifier>

owner, identifier

Explanation

The identifier must not exceed 32 characters in length.

SQL statements for creating and deleting a database function

CREATE FUNCTION Statement

DROP FUNCTION Statement

 

Leaving content frame