Login
Remember
Register
Ask a Question
Which of the following is more resistant to SQL injection attacks?
0
votes
asked
Apr 3, 2020
in
Secure Code Review
by
rajeshsharma
recategorized
Mar 16, 2021
by
rajeshsharma
Which of the following is more resistant to SQL injection attacks?
i) Dynamic SQL statements
ii) Parameterized queries
#sql-injection-attack
secure-code-review
code-review
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 16, 2021
by
rajeshsharma
Correct Answer is i) Parameterized queries
...