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