# TABLE\_PRIVILEGES

This view contains information about tables and their related privileges in a given cluster.

| Column Name      | Description                                                                                                                                                                           |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `GRANTEE`        | The user for which a given privilege has been granted.                                                                                                                                |
| `TABLE_CATALOG`  | The name of the catalog of the related table for a given column privilege.                                                                                                            |
| `TABLE_SCHEMA`   | The name of the related schema (database) for a given privilege.                                                                                                                      |
| `TABLE_NAME`     | The name of a given table that a privilege has been granted for.                                                                                                                      |
| `PRIVILEGE_TYPE` | The type of privilege granted to a given user. See a list of all types in[GRANT](https://docs.singlestore.com/db/v9.1/reference/sql-reference/security-management-commands/grant.md). |
| `IS_GRANTABLE`   | Whether a given privilege can be granted by a given user.                                                                                                                             |

***

Modified at: August 29, 2022

Source: [/db/v9.1/reference/information-schema-reference/resource-and-user-management/table-privileges/](https://docs.singlestore.com/db/v9.1/reference/information-schema-reference/resource-and-user-management/table-privileges/)

(An index of the documentation is available at /llms.txt)
