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 type of index will get created after executing the above statement? : Sql server database administration
Do you have any idea about the tcl commands?
What are sql server functions?
What is standby servers? Explain types of standby servers.
what is the difference between delete table and truncate table commands? : Sql server database administration
What are drilldown reports?
What is user defined datatypes and when you should go for them?
Define inner join? Explain with an example?
What is the difference between a check constraint and a rule?
What are the rules to use the rowguidcol property to define a globally unique identifier column?
How to insert stored procedure result into temporary table?
What is a trigger? Why we need it?
Tell me what is the order in which the sql query is executed?
How to rebuild all indexes on a single table?
What are data regions?