-- The application pastes user input directly into the SQL: SELECT * FROM Users WHERE Username = 'alice' AND Password = 'secret';
Click Run to execute this code.