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