What is a common method used to protect against SQL injection attacks?
Q1. What is a common method used to protect against SQL injection attacks?
Answer: Input Validation
Explanation: Input validation involves checking user input to prevent malicious SQL code from being injected into a database.