SQL - Security Basics
You wrote the query
SELECT * FROM users WHERE username = ? but forgot to bind the parameter value before execution. What will happen?