0 votes
in Sql by
What is SQL Injection?

1 Answer

0 votes
by

SQL Injection is a type of database attack technique where malicious SQL statements are inserted into an entry field of database in a way that once it is executed, the database is exposed to an attacker for the attack. This technique is usually used for attacking data-driven applications to have access to sensitive data and perform administrative tasks on databases.

For Example,

SELECT column_name(s) FROM table_name WHERE condition;

Related questions

0 votes
asked Jun 15, 2023 in Sql by Robin
0 votes
asked Mar 24 in AWS by DavidAnderson
+1 vote
asked Feb 5, 2023 in Security Assessment by AdilsonLima
...