SQL injection is a common security threat.
Which two methods would help protect against this risk?
using stored procedures to validate values that are input
using SQL variables to secure input values
using prepared statements to handle unsecured values
installing the SQL Protection plugin to catch such attempts
starting the server with the –-injection-protection command-line option.
Submit