To prevent SQL injection, developers should use ____________ statements or prepared statements.

  • Dynamic
  • Inline
  • Parameterized
  • Static
Using parameterized statements or prepared statements helps prevent SQL injection by separating SQL code from user input and escaping special characters.
Add your answer
Loading...

Leave a comment

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