IT Questions and Answers :)

Friday, March 1, 2019

Which statement is not true about SQL Injection?

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. 

 
Which statement is not true about SQL Injection?

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.

SOURCE

https://www.w3schools.com/sql/sql_injection.asp
Share:

0 comments:

Post a Comment

Popular Posts