Information on all column privileges that the current authorization identifier has or which it has granted.
Column name | Data type | Contents | ||||
GRANTOR | CHAR (18) | Authorization identifier that granted the privilege | ||||
GRANTEE | CHAR (18) | Authorization identifier granted the privilege or | ||||
TABLE_CATALOG | CHAR (18) | Database name | ||||
TABLE_SCHEMA | CHAR (31) | Name of the schema containing the column to | ||||
TABLE_NAME | CHAR (31) | Name of the table for whose column the | ||||
COLUMN_NAME | CHAR (31) | Name of the column to which the privilege was | ||||
PRIVILEGE_TYPE | CHAR (18) | Privilege type: | ||||
IS_GRANTABLE | VARCHAR (3) |
|
Table 70: COLUMN_PRIVILEGES view of the INFORMATION_SCHEMA