Which of the stored procedure is used to test sql injection?
Answers
Answered by
0
Answer:
SQL injection is a way to manipulate the SQL statements used in web applications for querying database. While forming the SQL query, the programmer may directly use the user input without performing any validation.
Similar questions