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 is merge?
Why do you need a sql server?
Define compound operators?
What are the restrictions applicable while creating views? : SQL Server Architecture
How to loop through returning rows?
What is query optimizer in sql server?
What is the default fill factor value?
Tell me time data type, datetime2, datetimeoffset data type in sql server 2008?
What is isolation levels?
Does partitioning improve performance?
What is forward - only cursors / read only cursor?
what's the difference between delete table and truncate table commands? : Sql server database administration
What are joins in sql and what are the different types of joins?
What are transactions in sql?
What is scan table/view and seek table/view when its occurs? : sql server database administration