ALTER TABLE table
RENAME TO newtable
ALTER TABLE table
- ADD CONSTRAINTtable constraint definition
+ ADD table constraint definition
ALTER TABLE table
OWNER TO new owner
the affected table. Thus, the table or column will
remain of the same type and size after this command is
executed.
- The ADD CONSTRAINTtable constraint definition clause
+ The ADD table constraint definition clause
adds a new constraint to the table using the same syntax as
linkend="SQL-CREATETABLE" endterm="SQL-CREATETABLE-title">.
The OWNER clause chnages the owner of the table to the user