
Patrick B. answered 08/26/20
Math and computer tutor/teacher
Send a command like this to the driver:
SELECT * FROM Users WHERE UserId = 105 OR 1=1;
Since the test condition will always be true, you will get all of the rows in the USERS table,
including their passwords, account numbers, pin numbers etc.