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
Breach database security by inserting malicious code
Delete data from the database
Submit
Skip