Question
What is the purpose of using '--' at the end of the SQL injection code?
To terminate the current SQL command
To increase the execution time of the query
To comment out the rest of the SQL statement
To execute multiple commands in sequence
Submit
Skip