Answer: SQL Injection
Step-by-step explanation:
The SQL injection is one of the type of attack which is used in the database management system for sending the commands by adding the structured query (SQL) language statement in the form of input data.
- The SQL injection is the technique of code injection in which the SQL statement for the purpose of sending commands.
- It is widely used in the data driven applications.
- The various types of web applications and web pages are used the SQL injection and uses in the form of input in the SQL query and then it is executed in the database.
Therefore, The SQL injection is the correct option.