Answer Posted / alok saxena
SQl Injection is used by hacker or professional to damage
the data through intellectaul technique. For example, in
this text box , If I write SQL statement in such a way that
effect its database. example " hi, 'delete * from emp;'
This is what We say to inject in Sql by writing DML in
textbox.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Explain sqlconnection object?
Which is the feature of ado.net?
What is sql connection in ado.net?
What are all components of ADO.Net data provider?
Which namespaces are used for data access?
What are the pre-requisites for connection pooling?
What is the difference between Optimistic and Pessimistic locking?
What is difference between executequery and executeupdate?
What are the usages of the command object in ado.net?
What are two important objects of ADO.Net?
What is variable view?
What does executequery return?
What is difference between datagridview and datagrid control in winforms?
What is difference between ado.net and asp net?
Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?