Q61.You wish to protect your MySQL database against SQL injection attacks.
Which method would fail to do this?
A)using stored procedures for any database access
B)using PREPARED STATEMENTS
C)installing and configuring the Connection Control plugin ( …