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
Define the executescalar method?
What are the benefits of ADO.NET?
What is a column variable?
What are the parameters that control most of connection pooling behaviours?
What are the namespaces used in ADO.Net to connect to a database?
If we are not returning any records from the database, which method is to be used?
What is executequery?
What Is Difference Between Ado And Ado.net?
How can we perform transactions in .net?
How to create data relations?
What is defaultview in datatable?
What is executenonquery ado.net?
Why is stored procedure used in ado.net?
Explain the different row versions available in table?
Data reader read and forward only, how is it possible to get 2 tables of data at a time?