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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly