diff --git a/guide/english/sql/sql-interview-questions/index.md b/guide/english/sql/sql-interview-questions/index.md index 91ae78d1ca1..200b7605749 100644 --- a/guide/english/sql/sql-interview-questions/index.md +++ b/guide/english/sql/sql-interview-questions/index.md @@ -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. ``` sql 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. ``` sql