From 0b6c2208c05591236f9732080302dc712eb8dadc Mon Sep 17 00:00:00 2001 From: Vladyslav Dvorak <33348928+dvorakvlad@users.noreply.github.com> Date: Mon, 19 Nov 2018 16:58:46 +0100 Subject: [PATCH] Update index.md (#27759) Structure changes --- guide/english/sql/sql-interview-questions/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guide/english/sql/sql-interview-questions/index.md b/guide/english/sql/sql-interview-questions/index.md index 91ae78d1ca..200b760574 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