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