adspace


Why are stored procedures used?

Answer Posted / Gaurav Agarwal

"Stored Procedures in PostgreSQL are used to encapsulate SQL code, parameters, and transaction control for reusable program modules. They help improve performance by reducing network traffic by storing the code on the server."

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the latest version of postgresql?

959