UNMOVABLECOLUMNS attribute
The UNMOVABLECOLUMNS
attribute prevents the user from moving columns
of a table.
Syntax
UNMOVABLECOLUMNS
Usage
When using this attribute in a TABLE
or TREE
definition,
the end user will not be allowed to move columns around.
Example
TABLE t1 ( UNMOVABLECOLUMNS )