SQL Injection
SQL injection is a very savior kind of web security attack on your database using SQL query, it might destroy all your data present in your database table.
Usually, attackers take advantage of the lack of proper input validation in an application's user input fields (text box present in your web form).
Type of Injection
- First-Order SQL Injection
- Second-Order SQL Injection