This example shows you the use of the standard not null constraint. This will result in a required field. In this example you'll also see how to use the default-clause. This default in this example will result in a validity check. The last column contains a column check constraint. This will result in a minimum value. Note that all constraints can also be declared as table constraints. See other examples.