Use this to add, drop, change the data type, rename a column, or to define default values and column identities.
You need either the system privilege USE ANY SCHEMA
or the object privilege USAGE
on the target schema, or the schema must be owned by you or one of your assigned roles.
ALTER ANY TABLE
or the object privilege ALTER
on the table or its schema, or the table must be owned by you or one of your assigned roles.