SQL Flashcards
1
Q
what is an SQL injection attack
A
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
2
Q
example of an SQL command that could be use in an SQL injection attack
A
UPDATE, DROP, or
DELETE data stored in the back-end
database – causing unauthorized data
corruption or loss.