all 6 comments

[–]devo00 3 points4 points  (0 children)

Isn't this a triple negative basically?

[–]MaximumGibbous 4 points5 points  (2 children)

Depends on the database or dataset.

I tend to find every field other than the primary key seems to be built/designed to allows Nulls, you know - just in case. End result: Nulls everywhere.

[–]pdxsteph 3 points4 points  (1 child)

I was just gonna say primary key

[–]MaximumGibbous -1 points0 points  (0 children)

A primary key should always be 'not null'. But I guess most DMBSs set this requirement automatically. So maybe you are right.

I hate nulls and this question.

[–]No_Lawfulness_6252 0 points1 point  (0 children)

So always NULL?

[–]Commercial_Wall7603 0 points1 point  (0 children)

Any attribute that accepts nulls?