Wht is SQL Injection Attack ?

Answers were Sorted based on User's Feedback



Wht is SQL Injection Attack ?..

Answer / 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

Wht is SQL Injection Attack ?..

Answer / vikas kant

Sql injection attack is the form of attack on the database
driven websites in which attacker executes some
unauthorised T-Sql commands while taking the advantage of
poor input validation.

Is This Answer Correct ?    0 Yes 0 No

Wht is SQL Injection Attack ?..

Answer / saman

Read http://www.expertcore.org/viewtopic.php?f=74&t=2101 for
"what is SQL injection" with examples.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

When would you use an insert into .. Select option versus an insert into .. Values option? Give an example of each?

0 Answers  


How to disable triggers using "disable trigger"?

0 Answers  


What is row_number()?

0 Answers  


Explain about sql server login?

0 Answers  


If we drop a table, does it also drop related objects like constraints, indexes, columns, defaults, views, and stored procedures?

1 Answers  






what is isolation level at dead lock?

0 Answers   Verizon,


one of my database size is 2gb and Unrestricted Growth for Data file up to 10%.But every day after day I am getting Primary Data file is full 99.999 please take appropriate actions.Why it is? Even disk space is also not full,but still I am getting the alerts.

1 Answers   Cognizant,


Explain what are the basic functions for master, msdb, model, tempdb databases?

0 Answers  


What are the different types of lock modes in sql server 2000?

0 Answers  


Explain filestream storage of sql server 2008?

0 Answers  


What are ddl (data definition language) statements for tables in ms sql server?

0 Answers  


What is the difference between count () and rowcount ()?

0 Answers  


Categories