I'm new to SQL and database design.
I have a task where I need to create a table with users (student or teacher), each user can be in a group or more, and each group can get one or more tasks to solve.
I created the design, but I think is a problem with the entity group, because when I what to add data there, I can't do it (I have only the ID, but no other data. I'm sure I did something wrong).
Adding data to the user entity is working.
What should I change or how I should add users to the group?
