NOT NULL is a constraint you attach to a column definition that forbids storing a NULL (i.e., unknown/missing) value in that column. When a column is declared NOT NULL, every row must provide a real ...