Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in SQL by (9k points)
What is SQL Injection?

1 Answer

0 votes
by (45.3k points)

SQL Injection (SQLi) is an injection attack that allows the execution of malicious SQL statements. These SQL statements control the server of the database. Attackers make use of the vulnerabilities of this SQL Injection in order to bypass the security measures of an application. They can easily authenticate and authorize the web pages and applications to retrieve confidential SQL database information. They can also add, update, and delete data records from the database using SQLi.

The most common types of SQLi attack are as follows:

  • Data deletion
  • Updating the data
  • Data insertion
  • Execution of commands on the database server that can lead to installation of Trojan and other malicious programs

If you want to learn more about SQL and SQLi then you must read the SQL Tutorial.

Also, check out this video on SQL:

Related questions

0 votes
1 answer
asked Oct 19, 2020 in SQL by dev_sk2311 (45k points)
0 votes
1 answer
0 votes
1 answer
asked Nov 29, 2020 in SQL by Appu (6.1k points)
0 votes
1 answer

Browse Categories

...