Multiple choice technology web technology

As a preventive measure what needs to be done while accessing the Database?

  1. Use of dynamic Query with System Privilege Account

  2. Use of Prepared Statements

  3. Use Least Privilege Account

  4. Both 1 and 3

  5. Both 2 and 3

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

To prevent SQL injection and unauthorized access, best practices dictate using Prepared Statements (to parameterize queries) and using a Least Privilege Account (to limit potential damage).