QuestionQ68
Account Management & Data GovernanceThe following application roles exist in a company's environment: DEVELOPER_ROLE and ETL_ROLE. Both roles have been granted USAGE, CREATE, and SELECT privileges on the same database and schema table object.
A user using DEVELOPER_ROLE creates a new table named MYTABLE in the MYDB.MYSCH schema. When a user using ETL_ROLE tries to access MYDB.MYSCH.MYTABLE, they receive an insufficient-privileges error.
Which statement enables ETL_ROLE to access MYDB.MYSCH.MYTABLE when it is created?
Community Discussion