What are Stored Procedures and When would we Use Them?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we need database normalization?

658


What is a distributed database system?

689


Have you heard about sixth normal form?

688


What is a relation schema?

684


What is sql rdbms?

736


What are the limitations of database?

644


What are the components of rdbms?

695


Explain armstrong rules? How they are complete and/or sound?

662


What is a database in layman terms?

681


How do databases help businesses?

657


What is database host?

680


What exactly is a database?

622


Explain the term entity set in dbms?

835


What information can be stored in a database?

738


When does checkpoint occur?

659