SQL injection vulnerabilities
What is the primary purpose of SQL Injection?
Which payload can exploit an SQL Injection vulnerability?
What does the term 'parameterized query' mean?
What is the purpose of the '--' in SQL Injection?
How can prepared statements help prevent SQL Injection?
What is the risk of failing to sanitize user inputs?