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