Which normal form does this table violate?

前端 未结 6 782
北荒
北荒 2021-01-06 06:13

Consider this table:

   +-------+-------+-------+-------+  
   | name  |hobby1 |hobby2 |hobby3 |  
   +-------+-------+-------+-------+   
   | kris  | ball           


        
6条回答
  •  失恋的感觉
    2021-01-06 06:55

    If any of the columns in the table accept nulls then then the table violates first normal form. Assuming no nulls, @dportas has already provided the correct answer.

提交回复
热议问题