8. SQL Statements : ALTER TABLE : Permissions
 
Share this page                  
Permissions
To add or drop constraints or columns for a table, you must own the table.
To define a referential constraint that refers to a table owned by another user, you must have the REFERENCES privilege for the columns to which the constraint refers.