Files
30-seconds-of-code/glossary/SQL-injection.md
2018-09-01 15:13:45 +02:00

212 B

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.