Computer Science, asked by sagarikareddyps3037, 10 months ago

What is the use of stored procedures in mysql than query?

Answers

Answered by Anonymous
0

It's easier to code stored procedures than to build a query through a GUI. Use of stored procedures can reduce network traffic between clients and servers, because the commands are executed as a single batch of code

Similar questions