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
Comments out the remaining query
Ends the SQL statement
Submit
Skip