EC-Council
312-49 · Question #421
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; --'
Sign in or unlock 312-49 to reveal the answer and full explanation for question #421. The question stem and answer options stay visible for context.
Submitted by wei.xz· Apr 18, 2026Computer Forensics Investigation Process
Question
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; --'
Options
- ARetrieves the password for the first user in the members table
- BThis command will not produce anything since the syntax is incorrect
- CDeletes the entire members table
- DInserts the Error! Reference source not found. email address into the members table
Unlock 312-49 to see the answer
You've previewed enough free 312-49 questions. Unlock 312-49 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#SQL Injection#Database Security#Web Application Attacks#Data Integrity