Check constraint: Difference between revisions

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 8.3devel13 Documentation, Chapter 5. ''Data Definition'', Section 5.34.2. ''Not-Null Constraints'', Website: httphttps://developerwww.postgresql.org/pgdocsdocs/postgres13/ddl-constraints.html, Accessed on MayJan 59, 20072021</ref>
 
== Common restrictions ==