Your question is SQL Permissions for Table Groups. Start with the requirements and the one table on the right.
Run and submit as often as you like. When you're ready, talk me through your approach or go straight to the code.
Write SQL statements to grant permissions for each of your tables to a specific group.
Asked in the VO stage. Final VO round SQL question.
| Column | Type | Description |
|---|---|---|
| schema_name | VARCHAR(128) | Schema that contains the tables |
| table_name | VARCHAR(128) | Table name |
| grantee_role | VARCHAR(128) | Role or group that should receive access |
| privilege_type | VARCHAR(32) | Requested privilege |