what is an SQL injection attack
SQL injection is a type of web
security vulnerability in which an attacker attempts to use an SQL query to access or corrupt database content
example of an SQL command that could be use in an SQL injection attack
UPDATE, DROP, or
DELETE data stored in the back-end
database – causing unauthorized data
corruption or loss.