Modifying tables associated with SQL view via SC

Hi,

I am rather new to SC. I have a SQL view that displays data from multiple tables set up as a grid. I want to create, update, and delete records on all of the tables associated with this view based on user input. I created three SQL stored procedures that achieve this via SSMS; however, I am unsure where to begin to implement something like this into SC. What would the best way to do so be? Any help is appreciated.