Question 6 of 10Pro Only
What strategies do you use to prevent SQL injection attacks at the database level?
Sample answer preview
SQL injection remains one of the most common and dangerous database security vulnerabilities. While application developers bear primary responsibility for preventing SQL injection through parameterized queries, DBAs play a critical role in implementing defense-in-depth…
SQL injectionparameterized queriesstored proceduresdatabase firewallleast privilegeinput validation