Consider The Following Statements And Tell Which Of Them Can Be #432
Consider the following statements and tell which of them can be used for SQL injection?
This multiple choice question (MCQ) is related to the book/course gs gs115 Structured Query Language. It can also be found in gs gs115 SQL Data Types, Views and Injection - SQL Injection - Quiz No.1.
Consider the following statements and tell which of them can be used for SQL injection?
SELECT * FROM table_name WHERE column_name = 105 NOT (1=1);
SELECT * FROM table_name WHERE column_name = 105 AND 1=1;
SELECT * FROM table_name WHERE column_name = 1=1;
SELECT * FROM table_name WHERE column_name = 16 OR 1=1;