Executed this statement while using ACCOUNTADMIN role: GRANT CREATE WAREHOUSE ON ACCOUNT TO ROLE DATABASE_ADMIN;
However when I use DATABASE_ADMIN role and then execute create warehouse statement, it gives me following error: SQL access control error: Insufficient privileges to operate on account 'XXXX'
What am I missing here?