About the User or Group Table Permissions List

The Tables permissions list displays permission details the tables and column directly granted to an authority-based user or group.

There are several table object permissions, which can be granted with or with out administrative rights. Some permissions can be granted at the table level only, while others can be granted at either the table or column level.
These object permissions can be granted in several ways:

Users or groups with object ownership or the DBA or PERMS ADMIN authority are automatically granted all possible object permissions with administrative rights.

Object permissions can be granted with or without administrative rights. When granted without administrative rights, the grantee can perform authorized tasks requiring the permission, but cannot in turn grant the permission to another user or group. When granted with administrative rights (With grant option), the grantee can do both.

The permissions list only lists those tables or columns object permissions granted directly to the selected user or group. The list indicates the table and column the permission is granted on, by who (grantor), and the permissions and their corresponding administrative rights. The permissions list does not list object permissions obtained through ownership, DBA or PERMS ADMIN authority, or group membership.

For each table, permissions granted to all columns on the table are listed first (all), followed by each column, sorted alphabetically by column name.

When granted to a group, permissions, including administrative rights, are inherited by all members of the group. The group, not the users indirectly granted the permissions through inheritance, appear on the permissions list.

The REVOKE command applies to the database object permission itself, not to any administrative right granted on the permission. Therefore, to remove the administrative right only and leave the database object permission intact, do not use the Revoke button. Rather, regrant the specific permission without administrative rights. Only the original grantor can remove the administrative rights only from a granted permission. If another grantor regrants the same permission without administrative rights, a new permission without administrative rights is granted, but the original permission with administrative rights remains and takes precedence over any other non-administrative grants of the same permission to the same user or group.

If multiple permissions are granted, you can revoke some or all of the permissions. However, if you revoke a permission granted administrative rights, and the grantee has granted the permission to other users, who in turn have granted it to other users, and so on, every grantee in the chain who has received the permission indirectly, with or without administrative rights, also has their permission revoked. For example, UserA is granted the SELECT permission with the With grant option. UserA grants SELECT to UserB with the With grant option. UserB grants SELECT to UserC and UserD without administrative rights and to UserE with administrative rights. When you revoke the SELECT permission from UserA, it is also revoked for UserB, UserC, UserD and UserE.

Permissions can be granted on the same table or column, by multiple grantors, resulting in the same table or column appearing multiple times on the list. If the same permission is granted to the same table or column, with and without administrative rights, the grant with the administrative right takes precedence.

For example, the user is granted the SELECT permission by both DBA and Alex, with different administrative rights. When the same permission is granted with different administrative rights, the higher administrative right takes precedence.

When you revoke a permission granted multiple times, the permission is revoked from all instances, regardless of administrative rights. For example, Manager1 grants User2 INSERT with administrative rights. User1 also grants INSERT to User2, without administrative rights. Both instances of INSERT are revoked for User2, regardless of which instance of INSERT is revoked.

Related concepts
Following the User or Group Table Permissions Grant Trail
Related tasks
Adding Permissions on a Table or Column to a User or Group
Removing Permissions on a Table or Column from a User or Group
Adding Administrative Rights on a Granted Table or Column Permission to a User or Group
Removing Administrative Rights Only on a Table or Column Permission from a User or Group