Ask Question
2 July, 06:43

What does an SQL injection do

+5
Answers (2)
  1. 2 July, 06:51
    0
    SQL injection is a code injection technique, used to attack data-driven applications, in which malicious SQL statements are inserted into an entry field for execution (e. g. to dump the database contents to the attacker).
  2. 2 July, 07:33
    0
    SQL injection is a form of hacking that uses user input fields.

    Explanation:

    SQL injection is when a piece of code or entire algorithm is input where a program prompts for user input. They can be used to change or access data. To prevent this, a programmer should scrub inputs. Scrubbing data removes slashes and arrows, which or commonly used in code.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “What does an SQL injection do ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers