204k views
0 votes
Which of the following is an attack that adds SQL statements to input data for the purpose of sending commands to a database management system?

Zombie attack
Man-in-the-middle attack
SQL injection
SQL spoofing

User FlashOver
by
7.8k points

1 Answer

5 votes

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.

User Yani
by
8.8k points