Multiple choice

Which of the following are the techniques to protect web applications from the SQL injection attack?

  1. Installing patches regularly and timely

  2. By using automated test tools

  3. By using dynamic SQL only

  4. Escape user input

  5. All of the above

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

Escaping user input is less effective than parameterized queries and stored procedures in case of SQL injection attack. All are the techniques to handle the SQL injection attack.