I am writing stored procedures for several operations in a database, I just wanted to know:
- Is it better to design a single procedure for a table which can perform add, modify, delete operations or...
- Should I design seperate procedures for each operations
Which approach would be better?