What will the following command produce on a website? login page?

What will the following command produce on a website login page?What will the following
command produce on a website? login page?
SELECT email, passwd, login_id, full_name
FROM members
WHERE email = ‘[email protected]’; DROP TABLE members; –‘

What will the following command produce on a website login page?What will the following
command produce on a website? login page?
SELECT email, passwd, login_id, full_name
FROM members
WHERE email = ‘[email protected]’; DROP TABLE members; –‘

A.
This command will not produce anything since the syntax is incorrect

B.
Inserts the Error! Reference source not found. email address into the members table

C.
Retrieves the password for the first user in the members table

D.
Deletes the entire members table



Leave a Reply 0

Your email address will not be published. Required fields are marked *