You work as a Web developer in PassGuide.com. The company uses Microsoft .NET Framework
4. You write a SQL query using the parameterized commands. What are the benefits of using the
parameterized SQL statements?
Each correct answer represents a complete solution. Choose three.
A.
They make code more maintainable and configurable.
B.
They encrypt the SQL statements.
C.
They allow the user to reuse the non-varying part of the statement.
D.
They prevent SQL injection attacks.
Explanation:
https://www.justsoftwaresolutions.co.uk/database/database-tip-use-parameterized-queries.html