In the context of SQL injection, what is the significance of using stored procedures?
- Stored procedures add an extra layer of security by encapsulating SQL logic
- Stored procedures are only used for performance optimization
- Stored procedures have no impact on SQL injection prevention
- Stored procedures make SQL injection attacks more potent
Using stored procedures can enhance security by encapsulating SQL logic on the server side, reducing the risk of SQL injection attacks as user inputs are not directly embedded in the query.
Loading...
Related Quiz
- How do you load a custom library in a CodeIgniter controller?
- How does CodeIgniter handle RESTful API authentication?
- What is the purpose of checking MIME types in file uploads for security?
- Which protocol is commonly used for sending emails programmatically from a web application?
- In a payment gateway integration, the ________ confirms the transaction's success or failure.