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