The concept in which an attack that inserts malicious SQL code into input fields to manipulate a database is best known as which of these terms?
- A. Denial-of-Service (DoS) attack
- B. SQL injection ✓
- C. Phishing
- D. Zero-day vulnerability
Correct answer
B. SQL injection
Explanation
SQL injection refers to an attack that inserts malicious SQL code into input fields to manipulate a database.