The image cncpt052.gif shows Table EMP, which has eight columns:
The ENAME column has a NOT NULL Constraint--no row may contain a null value for this column. Column COMM has an absence of a NOT NULL Constraint--any row can contain null for this column.
End of image description.