To improve a relation figure for a database -
This question is based on my plan.
The following figure shows relationships in my database
I have two "help tables": question-topic and Check-Moderator . I use pre because one question can have many topics , while later because more than one moderator can examine a question.
I left out 1 to 1 number on the arrow.
A dotted arrow between the table question and moderator-check indicates that there may be questions that do not check the moderator.
This is my first database-project, so there are mistakes in the table.
What would you improve in the table?
Users, user information, moderators and passwords are redundant tables that do not provide any benefits .
They express only 1-1 relationships with the user, so there is no need to normalize them in separate tables:
Create a table:
< Ul>
Comments
Post a Comment