Question
What is a common purpose of inserting 'OR 1=1' in a SQL injection payload?
To update all records
To fetch all records
To cause a syntax error
To bypass authentication
Submit