The LANGUAGE keyword and the SQL argument signify that the
procedures in a module are to be invoked by SQL statements, not a
host language program.
With unstored procedures, the LANGUAGE keyword specifies the name
of a host language; this identifies the host language in which
the program calling a module's procedures is written.
Beginning with Oracle Rdb Release 7.1, this clause is optional.