SQL - Security Basics
Given the vulnerable query:
If userInput is
SELECT * FROM users WHERE username = '" + userInput + "';If userInput is
admin' OR '1'='1, what will the query become and what is the likely result?