Three database paradigms?

1: Ensure that each column is an indivisible atomic value
         2: Ensure that each column is related to the primary key
         3: Ensure that each column is directly related to the primary key, not indirectly related

Guess you like

Origin blog.csdn.net/cpongo1/article/details/109331475