You can grant and revoke permissions on a table. You can grant the permission to specific users, groups or roles, or you can grant the permission using the with grant option so the recipient can also grant the permission to other users. You can revoke the permission from specific users, groups or roles, or you can revoke the permission using the with cascade option to revoke it from the named user and all users who acquired the permission from the current user (directly or indirectly).
A table owner can grant and revoke object permissions on a table.
Setting table permissions
Select the table icon, then choose File | Properties.
Click the Permissions tab.
From the Permissions For list, select Users, Groups, or Roles.
You can grant these permission types for tables:
Sel – Permission to select
Ins – Permission to insert.
Del – Permission to delete.
Upd – Permission to update.
Ref – Permission to create referential constraints.
Decrypt – Permission to decrypt.
To grant or revoke permissions, click in one of the columns for the user, group, or role you have chosen. The permissions cycle through the options listed on the Legend.
Sybase Central reports on permissions explicitly granted
or revoked and those that users obtain by being members in a group.
It does not show permissions associated with having a role, such
as sa_role, associated with their logins.