A Data Engineer runs the following sequence:
use role ACCOUNTADMIN;
create role ROLE1;
grant role ROLE1 to role ACCOUNTADMIN;
grant create database on account to role ROLE1;
use role ROLE1;
create database DB1;
use role ACCOUNTADMIN;
drop role ROLE1;
Who is the owner of database DB1?
Fabiana89
1 month, 1 week agoe970753
1 day, 16 hours ago