- Column-Level Permissions
- DBAs can now grant permissions (SELECT, UPDATE) on specific columns as well as on entire tables. This makes it easier to secure sensitive data in your database.
Could anyone please give me the example of how to grant column level permissions? Basically, I want to give permissions to set of users(user-group) to only couple of columns in my table.
Thanks,
Dipti