SQL injection
Structured-Query Language (SQL) injection attack. SQL is standard language for storing, manipulating and retrieving data in databases.
Important notes in SQL
1. INFORMATION_SCHEMA
INFORMATION_SCHEMA.TABLES
INFORMATION_SCHEMA.COLUMNS
Types of SQL injection attacks
Example of Blind SQLi
Last updated