What is 1NF truly?
问题 While studying relational databases, I ran into this confusing page where the following snapshot summarizes my confusion: Why does the author say that Subject Table is in 1NF when student_id 401 and subject Math is repeated in the same way the blue depicts? This seems like a contradiction. 回答1: The key concept this page fails to mention is that the data contained in the row must not be duplicated, meaning that a single key value cannot have multiple values for a single column. The real