ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 138 - 312-49v10 discussion

Report
Export

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.
Deletes the entire members table
Answers
A.
Deletes the entire members table
B.
Inserts the Error! Reference source not found.email address into the members table
Answers
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
Answers
C.
Retrieves the password for the first user in the members table
D.
This command will not produce anything since the syntax is incorrect
Answers
D.
This command will not produce anything since the syntax is incorrect
Suggested answer: A
asked 18/09/2024
Manohar M
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first