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 an indexing technique?
What is user defined stored procedures?
how do you determine the Load performance of any query in sql server {example how do u determine performance of a select stmnt which returns Dynamically many no of records ... some times 100,1000,10000 etc., }
Tell me about joins in database system and explain each in detail.
What is usually the first word in a sql query?
How to replace the Query Result 'Null Value' with a text ?
What is constraints and its types?
How to select some specific rows from a table in ms sql server?
Can sql servers linked to other servers?
What are the steps to insert a table?
What is self join in sql server joins?
How can sql server instances be hidden?
How to generate create procedure script on an existing stored procedure?
Explain about the command-line tool SQLCMD?
What is the log shipping?