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 do you understand by the denormalisation?
How to modify an existing stored procedure in ms sql server?
What are the advantages of log shipping?
What keyword you will use to get schema appended to the result set of a ‘for xml’ query?
What is buffer cash and log cache in sql server?
Which are the two editions in which SQL Azure database available?
What does <> symbol mean?
How to get all stored procedures in sql server?
What is clustered index
What is the purpose of object explorer and its features? : sql server management studio
Can we call future method from trigger?
Why you need indexing? Where that is stored and what you mean by schema object? For what purpose we are using view?
How to delete duplicate rows from table except one?
How can you hide the sql server instances?
Tell me can we use custom code in ssrs?