Guest MemberLanguage   English
Security · OWASP

What is SQL injection?

BeginnerUpdated 2026-08-09

SQL injection occurs when untrusted input changes the structure of a database command instead of remaining a value. Parameterized queries keep code and data separate and are the primary defense.

#security#owasp#sql-injection