I have created a user and role like user : ali role : analyst
i have granted this role and user to accountadmin and systemsecurity roles.
And i granted usage permission on database Admin and custom schemas of database Admin to role analyst.
Also granted select permission on table "Admin.schema.table1" to role analyst.
But when i tried to execute the below query "Admin.information_schema.procedures" under role "analyst" showing empty table.
when i execute "Admin.information_schema.procedures" with role "accountadmin" it is showing results.
why i am getting empty resultset with analyst custom-role ?