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