Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is SQL injection?

Answers were Sorted based on User's Feedback



What is SQL injection?..

Answer / p.ramakrishna

An SQL injection attack "injects" or manipulates SQL code
by adding unexpected SQL to a query.
Many web pages take parameters from web user, and make SQL
query to the database. Take for instance when a user login,
web page that user name and password and make SQL query to
the database to check if a user has valid name and password.
Username: ' or 1=1 ---
Password: [Empty]
This would execute the following query against the users
table:
select count(*) from users where userName='' or 1=1 --' and
userPass=''

Is This Answer Correct ?    5 Yes 1 No

What is SQL injection?..

Answer / sathya s.d.

using sql query in a login id and password and automaticaly
login by verifying raw query with database..

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

i wand basic interview based questions in asp.net and vb.net

0 Answers   Legio Infotech,


I create small website, i want accept all the browser this website? what will do?

1 Answers  


How you can manage the state of application at the server side in ASP.NET?

0 Answers  


what is diffrence between debug class and trace class in asp.net ?

2 Answers  


Which adapter should you use, if you want to get the data from an access database?

0 Answers  


What are validator? Name the validation controls in asp.net? How do you disable them?

0 Answers  


What r Callbacks in ASP.NET?

1 Answers  


If cookies is disabled in client browser will session work ?

7 Answers   Satyam,


Where would you use an IHttpModule, and what are the limitations of anyapproach you might take in implementing one?

1 Answers   Siebel Systems,


Can you clarified A Web service can only be written in .NET or not?

0 Answers   Siebel,


What are the merits and demerits of viewstate?

0 Answers   Siebel,


What is strong name and which tool is used for this ?

3 Answers   Patni,


Categories