Properly configured databases and well-written website codes are the best protection against what online threat?
Properly configured databases and well-written website codes are the best protection against what online threat?
B. SQL injection. Explanation: Properly configured databases and well-written website codes can prevent SQL injection attacks by ensuring that user inputs are properly validated and sanitized before being executed in database queries. SQL injection involves inserting malicious SQL code into a query, so robust coding and database configuration are crucial for mitigating this risk.