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?

Answer Posted / reva ram sahu

SQL Injection happens when a developer accepts user input
that is directly placed into a SQL Statement and doesn't
properly filter out dangerous characters. This can allow an
attacker to not only steal data from your database, but also
modify and delete it. Certain SQL Servers such as Microsoft
SQL Server contain Stored and Extended Procedures (database
server functions). If an attacker can obtain access to these
Procedures it may be possible to compromise the entire
machine. Attackers commonly insert single qoutes into a
URL's query string, or into a forms input field to test for
SQL Injection. If an attacker receives an error message like
the one below there is a good chance that the application is
vulnerable to SQL Injection.

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is unpivot?

1074


Why should one not prefix user stored procedures with ‘sp_’?

1095


Explain difference between control flow and data flow?

1011


Do you know nested transaction?

994


If you are given access to a SQL Server, how do you find if the SQL Instance is a named instance or a default instance?

1170


what is the different types of backups available in sql server? : Sql server database administration

966


How to download and install microsoft sql server management studio express?

1082


Explain what is the difference between union and union all?

1070


What is a ddl statement?

958


Can you explain various data region available in ssrs with their use?

1018


How you can get a list of all the table constraints in a database?

997


What is indexing and its types?

1053


Can you explain different types of joins?

984


How to connect to a sql server using odbc_connect()?

1199


How to execute stored procedure in select statement sql server?

1106