what is sql injection?

Answers were Sorted based on User's Feedback



what is sql injection?..

Answer / reva ram sahu

SQL Injection happens when a developer accepts user input
that is directly placed into a SQL Statement and doesn't
properly filter out dangerous characters. This can allow an
attacker to not only steal data from your database, but also
modify and delete it. Certain SQL Servers such as Microsoft
SQL Server contain Stored and Extended Procedures (database
server functions). If an attacker can obtain access to these
Procedures it may be possible to compromise the entire
machine. Attackers commonly insert single qoutes into a
URL's query string, or into a forms input field to test for
SQL Injection. If an attacker receives an error message like
the one below there is a good chance that the application is
vulnerable to SQL Injection.

Is This Answer Correct ?    6 Yes 1 No

what is sql injection?..

Answer / a

It's a secuity vulnerability that occurs between the
database layer of an application.

Is This Answer Correct ?    5 Yes 1 No

Post New Answer

More SQL Server Interview Questions

how to rename the table

3 Answers  


What is a join and their types?

2 Answers   Challenger Financial,


What are the mathematical functions supported by sql server 2005?

0 Answers  


How to get the definition of a trigger back?

0 Answers  


Tell me what is difference between clustered and non clustered index?

0 Answers  






How to locate and take substrings with charindex() and substring() functions?

0 Answers  


What's the difference between DELETE TABLE and TRUNCATE TABLE commands?

9 Answers  


What is use of attributehierarchyenabled? : sql server analysis services, ssas

0 Answers  


Is index a datbase objects in sql server?

2 Answers  


What is Check point? Explain in Brief what it will do?

1 Answers   Wipro,


What is constraints and its types?

0 Answers  


What is shared lock?

0 Answers  


Categories