Security best practices include input validation and _________ to sanitize user inputs.

  • Data encryption
  • Indexing
  • Parameterization
  • Table normalization
Input validation and parameterization are crucial techniques in database security. Input validation ensures that only valid data is accepted, while parameterization helps prevent SQL injection attacks by separating SQL code from user input.
Add your answer
Loading...

Leave a comment

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