You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| ALL | All | Grants all the privileges for the specified object type. |
110
-
| ALTER | Global, Database, Table, View | Alters a database, table, user or UDF. |
111
-
| CREATE | Global, Database, Table | Creates a database, table or UDF. |
112
-
| DELETE | Table | Deletes or truncates rows in a table. |
113
-
| DROP | Global, Database, Table, View | Drops a database, table, view or UDF. Undrops a table. |
114
-
| INSERT | Table | Inserts rows into a table. |
115
-
| SELECT | Database, Table | Selects rows from a table. Shows or uses a database. |
116
-
| UPDATE | Table | Updates rows in a table. |
117
-
| GRANT | Global | Grants / revokes privileges to / from a user or role. |
118
-
| SUPER | Global, Table | Kills a query. Sets global configs. Optimizes a table. Analyzes a table. Operates a stage(Lists stages. Creates, Drops a stage), catalog or share. |
| ALL | All | Grants all the privileges for the specified object type. |
110
+
| ALTER | Global, Database, Table, View | Alters a database, table, user or UDF. |
111
+
| CREATE | Global, Table | Creates a table or UDF. |
112
+
| CREATE DATABASE | Global | Creates a database, table or UDF. |
113
+
| CREATE WAREHOUSE | Global | Creates a warehouse. |
114
+
| DELETE | Table | Deletes or truncates rows in a table. |
115
+
| DROP | Global, Database, Table, View | Drops a database, table, view or UDF. Undrops a table. |
116
+
| INSERT | Table | Inserts rows into a table. |
117
+
| SELECT | Database, Table | Selects rows from a table. Shows or uses a database. |
118
+
| UPDATE | Table | Updates rows in a table. |
119
+
| GRANT | Global | Grants / revokes privileges to / from a user or role. |
120
+
| SUPER | Global, Table | Kills a query. Sets global configs. Optimizes a table. Analyzes a table. Operates a stage(Lists stages. Creates, Drops a stage), catalog or share. |
0 commit comments