1.

What are the advantages of using stored procedures?

Answer»

The advantages of stored procedures are 

(1) greater security, 

(2) decreased network traffic, 

(3) the fact that SQL can be optimized and 

(4) code sharing which leads to less work, standardized processing, and specialization among developers.



Discussion

No Comment Found

Related InterviewSolutions