Problem Statement
What best describes an SQL injection attack?
Explanation
SQL injection is a major web-system vulnerability, where unsanitised user inputs allow attackers to execute arbitrary SQL commands on the database. Recognising this shows you understand application layer threats.
