Update index.md (#27759)

Structure changes
This commit is contained in:
Vladyslav Dvorak
2018-11-19 16:58:46 +01:00
committed by Aditya
parent 33ceed711b
commit 0b6c2208c0

View File

@ -130,6 +130,7 @@ The privilege to create view is CREATE VIEW
Here CASCADE option is necessary to remove all the objects of the user in the database. Here CASCADE option is necessary to remove all the objects of the user in the database.
``` sql ``` sql
DROP USER rita CASCADE DROP USER rita CASCADE
```
### User rita has been transferred and no longer needs the privilege that was granted to her through the role role_tables_and_views. Write a command to remove her from her previous given priviliges except that she still could connect to the database. ### User rita has been transferred and no longer needs the privilege that was granted to her through the role role_tables_and_views. Write a command to remove her from her previous given priviliges except that she still could connect to the database.
``` sql ``` sql