Q. Which of the following is used to prevent SQL injection?
β
Correct Answer: (B)
Prepared Statements
Explanation: Prepared statements prevent SQL injection by separating SQL code from data.