substring operations on a column faster, at the penalty of
increased storage space.
The RENAME clause causes the name of a table,
- column, index, or sequence to change without changing any of the
+ column, index, sequence or view to change without changing any of the
data. The data will remain of the same type and size after the
command is executed.
The ADD table_constraint_definition clause
linkend="SQL-CREATETABLE" endterm="SQL-CREATETABLE-TITLE">.
The DROP CONSTRAINT constraint clause
drops all constraints on the table (and its children) that match constraint.
- The OWNER clause changes the owner of the table to the user
- new user.
+ The OWNER clause changes the owner of the table, index, sequence or view to the
+ user new user.