• NULL: Any column value of any row may be NULL, which means that the value is not known for this row.

  • NULL typically means unknown or not applicable.

  • If a column is declared not null, then NULL cannot be assigned.

  • NULL is a significant and subtle topic. More on it later in the course.