Answer & Solution
Answer: Option A
Solution:
Parameterized queries in MySQLi and PDO prevent SQL injection attacks by separating SQL logic from user input. They use placeholders for input values, preventing malicious SQL code injection and improving overall database security.