From b97d57906cf66fb4986075780e13acad49d72ca7 Mon Sep 17 00:00:00 2001 From: Matt Oldham Date: Thu, 22 Nov 2018 08:15:52 -0500 Subject: [PATCH] Remove duplicate CREATE ROLE question (#22615) --- guide/english/sql/sql-interview-questions/index.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/guide/english/sql/sql-interview-questions/index.md b/guide/english/sql/sql-interview-questions/index.md index 200b760574..e1602f5d33 100644 --- a/guide/english/sql/sql-interview-questions/index.md +++ b/guide/english/sql/sql-interview-questions/index.md @@ -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