Grant table access permission to users, groups, or roles.
Table owners and database owners can grant database object permissions on a table.
Select | Look at information in a table or view |
Insert | Insert rows into a table or view |
Delete | Delete rows from a table or view |
Update | Update rows in a table or view. This may be granted on a set of columns in a table only |
References | Create indexes on a table, and to create foreign keys that reference a table |
Transfer | Incremental transfer. (Available on SAP ASE 15.5 and higher) |
Identity_insert | (Available when granular permissions is enabled) Explicitly insert a value into an IDENTITY table. |
Identity_update | (Available when granular permissions is enabled) Explicitly update the value of the IDENTITY on a table. |