Which of the following is NOT a benefit of using bound parameters with prepared statements?

  • SQL injection is prevented
  • Improved performance
  • Code readability is enhanced
  • Data integrity is compromised
Using bound parameters with prepared statements helps prevent SQL injection, improves performance, and enhances code readability. It does not compromise data integrity.
Add your answer
Loading...

Leave a comment

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