Solved

The SQL Injection Statement ____ Discovers the Name of a Table

Question 12

Multiple Choice

The SQL injection statement ____ discovers the name of a table.


A) whatever%20 AND 1=(SELECT COUNT(*) FROM tabname) ; --
B) whatever' AND 1=(SELECT COUNT(*) FROM tabname) ; --
C) whatever; AND 1=(SELECT COUNT(*) FROM tabname) ; --
D) whatever%; AND 1=(SELECT COUNT(*) FROM tabname) ; --

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions