Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
You should think about which functions fit better in the database layer as compared to the application layer. In most cases, your other functions would be wrapped around these functions. But trying to fit everything in stored procedures is similar to excessive denormalization and will be very inefficient and will not scale.