SQL ____________ is a technique that prevents SQL injection attacks by escaping special characters.

  • Normalization
  • Parameterization
  • Sanitization
  • Validation
Parameterization involves using parameterized queries to separate SQL code from user input. This technique helps prevent SQL injection attacks by automatically escaping special characters.
Add your answer
Loading...

Leave a comment

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