How to design table with primary key and multivalued attribute?

前端 未结 2 772
滥情空心
滥情空心 2021-01-27 07:24

I\'m interested in database design and now reading the corresponding literature. Through the book, i have faced a strange example that makes me feel uncertain. There is a relati

2条回答
  •  情深已故
    2021-01-27 07:58

    A table which consists only of a composite key is perfectly OK if that matches your business requirement.

    Activity is not a multivalued attribute. There is a single value for activity for each tuple.

提交回复
热议问题