Solved

Which SQL Injection Statement Example Below Could Be Used to Discover

Question 5

Multiple Choice

Which SQL injection statement example below could be used to discover the name of the 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