Question
What does the SQL injection payload 'OR 559=(SELECT 559 FROM PG_SLEEP(15))--' aim to do?
Retrieve data from the database without permission
Pause database response for 15 seconds during query execution
Delete data from the database
Breach database security by inserting malicious code
Submit
Skip