Question
What is the role of '--' in the payload 'OR 559=(SELECT 559 FROM PG_SLEEP(15))--'?
Deletes the preceding query
Starts a new SQL command
Ends the SQL statement
Comments out the remaining query
Submit
Skip