[&] Which one of the following injected SQL queries will result in an authentication bypass when executed? - SELECT username FROM accounts WHERE username = '' OR 1=1 AND password = '' - SELECT password FROM accounts WHERE username = '' OR 1=1# - SELECT username FROM accounts WHERE username = '' OR 1=1 - SELECT username FROM accounts WHERE username = '' OR 1=1# -- Correct [&] Injectable parameters can also be sent in the body of a HTTP request. - TRUE -- Correct - FALSE