TABLEPRIVILEGES 

This system table describes the privileges that the current user has for tables.

TABLEPRIVILEGES

TABLE_OWNER

CHAR(32)

Type of table (TABLE | VIEW | SYNONYM | RESULT)

TABLE_NAME

CHAR(32)

Name of the table

GRANTOR

CHAR(32)

Name of the user who assigned the privileges

GRANTEE

CHAR(32)

Name of the user or role to which an assignment was made

PRIVILEGES

CHAR(30)

Assigned privileges

IS_GRANTABLE

CHAR(3)

Privilege to grant the privilege (YES / NO)