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
Explain about nested stored procedure?
how will add additional conditions in sql?
What is the recovery model? List the types of recovery model available in sql server?
How to count duplicated values in a column in ms sql server?
What are the main sources of data?
What are types of storage modes? : sql server analysis services, ssas
What is a trigger? Why we need it?
How to delete an existing database user?
Why and when do stored procedure recompile?
Do you know what is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting is possible?
How do I view views in sql server?
in the physical file layout, where should the transaction log be stored in relation to the data file? : Sql server administration
You have developed an application which uses many stored procedures and triggers to update various tables users ocassionally get locking problems which tool is best suited to help you diagnose the problem?
Why can there be only one clustered index and not more than one?
What are the properties and different types of sub-queries?