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