DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
Web Security Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
Web Security
In the SQL injection example, what does the injected `--` sequence do?
A
Nothing, it's ignored by all databases
B
Starts a SQL comment, causing everything after it (including the password check) to be discarded by the database
C
Deletes the users table immediately
D
It's a syntax error that always fails safely
Check Answer