Privileges Required to use Tables 
To use tables, you need either:
scheduler-administrator role
system, partition or isolation goup-level permissions
object-specific prvileges
You need one of the following privilege ranks to be able to create tables:
Create - allows you to create tables on the level the privilege was granted (system, partition, isolation-group), you have no further privileges through this rank, you automatically get privileges on tables you create.
Edit - allows you to create, view, and edit all tables on the level the privilege was granted (system, partition, isolation-group)
Delete - allows you to create, view, and delete all tables on the level the privilege was granted (system, partition, isolation-group)
All - full control over all tables on the level the privilege was granted (system, partition, isolation-group)
To successfully edit a table, you have to have one the following privileges:
Edit - privilege rank on the table, or on tables in its partition, isolation group or system-wide
Delete - privilege rank on the table, or on tables in its partition, isolation group or system-wide
All - privilege rank on the table, or on tables in its partition, isolation group or system-wide
Tables can reference the following objects, you need at least View privileges on these objects when you want to edit a table that references them:
Application