Ask Question

What does an SQL injection do

+3
Answers (2)
  1. 4 January, 12:05
    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. 4 January, 12:17
    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?
Find an answer to your question 👍 “What does an SQL injection do ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers