# Information Schema SCHEMA\_PRIVILEGES Table

The [Information Schema](https://mariadb.com/docs/server/reference/system-tables/information-schema) `SCHEMA_PRIVILEGES` table contains information about [database privileges](https://mariadb.com/docs/server/sql-statements/account-management-sql-statements/grant#database-privileges).

It contains the following columns:

| Column          | Description                                                         |
| --------------- | ------------------------------------------------------------------- |
| GRANTEE         | Account granted the privilege in the format user\_name\@host\_name. |
| TABLE\_CATALOG  | Always def                                                          |
| TABLE\_SCHEMA   | Database name.                                                      |
| PRIVILEGE\_TYPE | The granted privilege.                                              |
| IS\_GRANTABLE   | Whether the privilege can be granted.                               |

The same information in a different format can be found in the [mysql.db](https://mariadb.com/docs/server/reference/system-tables/the-mysql-database-tables/mysql-db-table) table.

<sub>*This page is licensed: CC BY-SA / Gnu FDL*</sub>

{% @marketo/form formId="4316" %}
