SQL injection attacks occur when malicious users exploit vulnerabilities in ___________ statements.

  • DELETE
  • INSERT
  • SELECT
  • UPDATE
SQL injection attacks occur when attackers manipulate the input of SQL queries to execute arbitrary commands. The vulnerability often lies in poorly sanitized user inputs, especially in SELECT statements, allowing unauthorized access to data.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *