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.
Loading...
Related Quiz
- You are conducting security testing on a database application. You discover that the application is vulnerable to SQL injection attacks. What should be the immediate action to mitigate this vulnerability?
- To optimize database performance, it's important to use monitoring and profiling tools to identify ____________.
- What is the purpose of the SQL JOIN clause in database queries?
- In data migration testing, what is the difference between a full load and an incremental load?
- What is the primary purpose of database indexing?