Answer Posted / mustafa_7_8_6
SQL injection is a technique that exploits a security
vulnerability occurring in the database layer of an
application. The vulnerability is present when user input
is either incorrectly filtered for string literal escape
characters embedded in SQL statements or user input is not
strongly typed and thereby unexpectedly executed. It is in
fact an instance of a more general class of vulnerabilities
that can occur whenever one programming or scripting
language is embedded inside another.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What are the differences in Clustering in SQL Server 2005 and 2008 or 2008 R2?
How to drop existing indexes in ms sql server?
What are horizontal and vertical scaling?
What is the difference between Triggers and Stored Procedure?
Does index speed up select statements?
What are pessimistic lock and optimistic lock?
Can you explain the disadvantages/limitation of the cursor?
How do you know if sql server is running on your local system?
What are scalar functions in sql?
What is database replication? What are the different types of replication you can set up in sql server?
Explain index in sql server?
What is change data capture (cdc) in sql server 2008?
Define right outer join in sql server joins?
If a table does not have a unique index, can a cursor be opened on it?
What is Transparent Data Encryption?