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 'cross join'? Or what is cartesian product?

0 Answers  


How data are stored in database?

0 Answers  


What are the steps involved in Database Shutdown ?

1 Answers  


What is Dedicated server configuration ?

2 Answers  


What is the easiest database to learn?

0 Answers  


What does partition mean in database?

0 Answers  


Explain a database server?

0 Answers  


What is the relationship?

0 Answers  


What are database modules?

0 Answers  


Is facebook a database?

0 Answers  


WHEN YOU FIRE A QUERY IT WILL SLOW WHAT WILL U DO.

4 Answers   CTS, iNautix, TCS,


What is a string in database?

0 Answers  


Categories