mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
Remove duplicate CREATE ROLE question (#22615)
This commit is contained in:
parent
08a9f1da74
commit
b97d57906c
@ -89,12 +89,6 @@ The privilege to create view is CREATE VIEW
|
||||
```
|
||||
|
||||
|
||||
### Create the role role_tables_and_views.
|
||||
``` sql
|
||||
CREATE ROLE role_tables_and_views
|
||||
```
|
||||
|
||||
|
||||
### Grant to the role of the previous question the privileges to connect to the database and the privileges to create tables and views.
|
||||
The privilege to connect to the database is CREATE SESSION
|
||||
The privilege to create table is CREATE TABLE
|
||||
|
||||
Loading…
Reference in New Issue
Block a user