Files
30-seconds-of-code/glossary/SQL-injection.md
2019-08-13 11:19:29 +03:00

8 lines
243 B
Markdown

---
title: SQL injection
tags: SQL injection
---
SQL injection is a code injection technique, used to attack data-driven applications.
SQL injections get their name from the SQL language and mainly target data stored in relational databases.