Question
What is the purpose of using '--' at the end of an SQL payload?
To insert a new SQL command.
To execute the previous command again.
To denote a break in SQL syntax.
To comment out the rest of the SQL query.
Submit
Skip