规范化以下场景
大学保存有关学生以及学生所学习的各个模块的详细信息。这些详细信息包括注册号、姓名、地址、导师编号、导师姓名、文凭代码、文凭名称以及模块代码和模块名称和结果的重复字段。使关系正常化。
A college keeps details about a student and the various modules that the student has studied. These details compromise Registration number, Name, Address, Tutor Number, Tutor Name, Diploma Code, Diploma Name and repeating fields for module code and module name and result. Normalize the relation.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有很多资源,例如 this 和 this - 一旦你理解了它,它就会很简单......用数据集来思考,你就不会 提示 - 大多数表格都是显而易见的
(问题中的答案),您还需要一个将其中两个链接在一起的表格
There's quite a few resource, like this and this - once you understand it, it'd simple... think in terms of sets of data and you won't go far wrong
Hint - most tables are obvious (answers in the question), you will also need a table that links two of them together