I’m developing a system for a music school. How do I allow teachers to be able to add students but not be able to add or delete courses, classes and teachers?
You could control which user can perform what operations ( add , delete, update or just read) in a table.
3 Likes