Which statement is not true about SQL Injection?
- Boosts database performace.
- The placement of malicious code in SQL statements
- A code injection technique that might destroy your database.
- One of the most common web hacking techniques.
EXPLANATION
SQL Injection does not boost database performance.SQL injection is the placement of malicious code in SQL
statements, via web page input. SQL in Web Pages SQL injection usually occurs when you ask a user for input, like their username/userid, and instead of a name/id, the user gives you an SQL statement that you will unknowingly run on your database.
0 comments:
Post a Comment