Want to create interactive content? It’s easy in Genially!
Get started free
SQL Injection
A Simpson
Created on October 10, 2022
Start designing with a free template
Discover more than 1500 professional designs like these:
Transcript
SQL injection is a technique that allows hackers to gain access to a datebase. This is done when a website or interface asks for the user to input something such as their username or password, the hacker will then input a SQL statement which will run in your database without you knowning. The only current way to prevent a SQL injection is to use input validation and parametrized queries, developers should always santize all input to prevent the someone using SQL injection to gain access to their database.