How can you avoid DQL Injection?
A
using firewall
B
using virus protection
C
using careful programming
D
None of the above
Correct Answer: using careful programming
SQL injection refers to an injection attack wherein an attacker can execute malicious SQL statements that control a web applications database server – RDBMS. By using careful programming SQL injection can be avoid.