Content deleted Content added
m copy edit |
Update link to up-to-date Postgresql (the text of the chapter did not change) |
||
Line 37:
CHECK (''column'' IS NOT NULL)
Some [[relational database management system]]s are able to optimize performance when the <code>NOT NULL</code> constraint syntax is used as opposed to the <code>CHECK</code> constraint syntax given above.<ref>PostgreSQL
== Common restrictions ==
|