Answer:
Stored procedures encapsulate SQL code, reducing the risk of SQL Injection by enforcing code execution policies and preventing direct manipulation of SQL queries.
Stored procedures encapsulate SQL code, reducing the risk of SQL Injection by enforcing code execution policies and preventing direct manipulation of SQL queries.
You may be interested in:
Web Security MCQs