Grant SELECT on a schema
Is it possible to grant a user SELECT privileges on the entire schema?
For example I have user USR1 and two schemas SCHM1 and SCHM2 and I need user to have read-only privileges on both. How can I accoumplish that?
0