Which type of access control restricts users based on their roles and privileges within a database?

  • Attribute-based access control
  • Discretionary access control
  • Mandatory access control
  • Role-based access control
Role-based access control (RBAC) restricts users' access to data and resources based on their assigned roles and privileges within the database system. This ensures that users can only perform actions that are appropriate to their role, enhancing security and data integrity.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *