Previous Topic: Dropping an Existing SchemaNext Topic: Maintaining Views


Modifying a Schema

To modify a schema, use the SQL DDL ALTER SCHEMA statement.

Considerations

Changing the default area associated with the schema does not affect existing tables.

Example

In the following example, the schema's default area is changed.

alter schema demoempl
   default area demoempl.emplarea;