SQL - Security Basics
Which SQL query is vulnerable to injection if user input is not sanitized?
SELECT * FROM users WHERE username = '" + userInput + "';
SELECT * FROM users WHERE username = '" + userInput + "';
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions