Question: A programmer wrote code with the underlying SQL to check if a user can access / log into a system. SELECT FROM userstable WHERE login
A programmer wrote code with the underlying SQL to check if a user can access / log into a system. SELECT FROM userstable WHERE login = 'X' AND password = 'Y' What is the result of the evaluation of the query when X is John' OR true - and Y is 1234 ? -- is a comment in SQL. (d) How do we call this issue in databases?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
