To prevent from Database Access Control attack

  1. access control should be handled by the application and database layers

  2. Always include current authenticated username as part of the query.

  3. Never rely on presentation layer to restrict values submitted by the user

  4. All the above


Correct Option: D

Find more quizzes: