+ 1
SQL
So what can sql help me do as far as data breaches and whatsoever?
1 Answer
+ 4
SQL injection can be used for data breaches on badly made websites.
It is the most well known security concern with SQL so most websites aren't vulnerable to it. You can be helped by understanding it well enough to avoid introducing this vulnerability into software you write.