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

In the below query i have performed the commit transaction statement but still the values after the save are not saved. Can you please let me know why are the statements after save are rolled back even after commiting the data. help me with the understanding declare @trans2 varchar(10)='transaction2' begin transaction @trans2 insert into emp values(100,'xy',600); save transaction @trans2 insert into emp values(200,'pq',700); insert into emp values(300,'pq',800); commit transaction @trans2 rollback tran @trans2

1 Answers   AllState,


What is user-defined function? Explain its types i.e. Scalar and inline table value user-defined function?

0 Answers  


What is acid db?

0 Answers  


How to retrieve data from log files in SQL SERVER ?????

1 Answers  


how to get the maximum among two tables,for example table 1 (dep1) have (emp_id,emp_name,salary) columns and table 2 (dept2) have (emp_id,emp_name,salary) columns,i want which employee have the maximum salary among two tables?

9 Answers   Deloitte, Lason,






Does group by or order by come first?

0 Answers  


How do I create a trace in sql server?

0 Answers  


What do you understand by mirroring?

0 Answers  


How do you read transaction logs

1 Answers  


Define left outer join in sql server joins?

0 Answers  


what's the difference between SQL & MY-SQl...? And what we learn from these ....?

2 Answers   Broadridge,


Is candidate a key?

0 Answers  


Categories