试题详情

Choose the best answer.You wish to protect your MySQL database against SQL injection attacks. Which method would fail to do this?

Ausing stored procedures for any database access

Bavoiding concatenation of SQL statements and user-supplied values in an application

Cusing PREPARED STATEMENTS

Dinstalling and configuring the Connection Control plugin