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.
Loading...
Related Quiz
- Scenario: During an ETL testing project, you discover that the transformed data in the target system doesn't match the expected results. What steps should you take to troubleshoot and resolve this issue?
- Data integrity testing often involves using ____________ algorithms to verify data accuracy.
- One of the primary goals of the database testing process is to identify and report ____________.
- Scenario: In a load testing scenario for a banking application, you observe that the database response times degrade as the number of concurrent users increases. What could be the possible reason, and how would you address it?
- Scalability testing helps identify how a system performs as the ____________ load increases.