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

What is subquery in sql?

0 Answers  


Explain the phases a transaction has to undergo?

0 Answers  


what is node in sql server?

2 Answers   CarrizalSoft Technologies, Google, NIIT, Nittany, TATA,


What is the use of set nocount on/off statement?

0 Answers  


How to check what was the last restore transaction LSN in Log shipping or Mirroring? when we don't have a Monitor or witness server.

0 Answers   IBM,






What is partitioned view?

0 Answers  


After removing a table from database, what other related objects have to be dropped explicitly?

0 Answers  


Write a Select Query to display title for each group of records, which are collected with Compute Clause? Like titlefield column-A column-B ..... ..... ..... Sum ... titlefield column-A column-B ..... ..... ..... Sum ...

0 Answers   Crown Solutions,


To automatically record the time on which the data was modified in a table, which data type should you choose for the column?

0 Answers  


Differentiate between a local and a global temporary table?

0 Answers  


Mention the uses of stored procedures.

0 Answers  


How each E-R model constructs can be mapped to the relational model?

0 Answers   HCL,


Categories