HI everyone I was wondering if there is a specific way how you can execute multiple INSERT queries with minimum code so I don't repeat the INSERT procedure every time.
For example I'm doing a workout feature for a program and the way it works is a user can select 3 exercises for each muscle group and than I'm having a table in my database where I want to store what the user have selected.
I want to execute all of the inserts by clicking just one button.
Here you can see screenshot of my program for your illustration.