Implementing ___________ as part of database access controls can reduce the impact of potential SQL injection attacks.

  • Biometric Authentication
  • CAPTCHA
  • Role-Based Access Control
  • Two-Factor Authentication
Role-Based Access Control (RBAC) is an access control method that restricts system access based on user roles. Implementing RBAC for database access helps limit the impact of SQL injection attacks by ensuring users only have the necessary permissions for their roles.
Add your answer
Loading...

Leave a comment

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