To prevent SQL injection attacks, it is recommended to use ________ queries.

  • Dynamic
  • Embedded
  • Parameterized
  • Prepared
Parameterized queries are a recommended practice to prevent SQL injection attacks. By using parameters, the values provided by users are treated as data rather than executable code, thereby mitigating the risk of injection attacks.
Add your answer
Loading...

Leave a comment

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