blob: 8709e1cf5dc9f5352ab6c264ebae5e7abfcd508d [file] [log] [blame] [view]
---
{
"title": "SHOW-ROLES",
"language": "en"
}
---
## SHOW-ROLES
### Name
SHOW ROLES
### Description
This statement is used to display all created role information, including role name, included users and permissions.
grammar:
```SQL
SHOW ROLES
```
### Example
1. View created roles
```SQL
SHOW ROLES
```
### Keywords
SHOW, ROLES
### Best Practice