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