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 are Stored Procedures and When would we Use Them?



What are Stored Procedures and When would we Use Them?..

Answer / hr@tgksolutions.com

Precompiled sets of SQL statements that are kept in the database are called stored procedures. They

Encapsulate business logic and intricate SQL queries.
Reduce network traffic (client-server round trips) to boost performance.
By using parameterized queries to limit access to data, you may improve security.
Make sure it is reusable and consistent across many applications.
When carrying out repetitive operations like data validation, business rule enforcement, or batch processing, stored procedures are especially helpful.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Database Management Interview Questions

What is the purpose of sql?

0 Answers  


Is it possible to declare or create a cursor for update of table? If yes tell me how?

0 Answers  


What are the advantages and disadvantages of views in the database?

0 Answers  


Mention the differences between trigger and stored procedures

0 Answers  


What is a clause in terms of sql?

0 Answers  


why an information gap exists in most organizations.

0 Answers  


What is maintaining database?

0 Answers  


What is a form used for in a database?

0 Answers  


What is the purpose of a database table?

0 Answers  


What is database host?

0 Answers  


What does a COMMIT statement do to a CURSOR?

1 Answers   Microsoft, Oracle,


Is the server accepting tcp ip connections on port 5432?

0 Answers  


Categories