is my data normalized?

前端 未结 5 1523
悲哀的现实
悲哀的现实 2020-12-14 05:20

I\'m making a simple quiz database, where a question has an answer and one or more image files, and belong to a subtopic which in turn belongs to a topic. Also each group ma

5条回答
  •  春和景丽
    2020-12-14 05:45

    Sure, this is normalized and looks fine given your requirements. However, you may have left off the subtopic_id on the question table.

提交回复
热议问题