December 2002
Intermediate to advanced
928 pages
85h 29m
English
CREATE/DROP LIBRARY
CREATE Syntax:
CREATE [OR REPLACE]LIBRARY [schema.]library_name{IS | AS} 'filename'
DROP Syntax:
DROP LIBRARY [schema.]library_name
Creates or removes a schema object associated with an operating system shared library.
Specifies that the library schema object is to be replaced if it already exists in the schema.
Name of the library schema object.
Common keywords and clauses: filename, schema.