1. Computing

Discuss in my forum

NOT NULL Constraints

By , About.com Guide

Definition: NOT NULL constraints in Microsoft SQL Server allow you to specify that a column may not contain NULL values. When you create a new NOT NULL constraint on a database column, SQL Server checks the column’s current contents for any NULL values. If the column currently contains NULL values, the constraint creation fails. Otherwise, SQL Server adds the NOT NULL constraint and any future INSERT or UPDATE commands that would cause the existence of a NULL value fail.
  1. About.com
  2. Computing
  3. Databases
  4. Administration
  5. NOT NULL Constraints - About Databases Glossary Definition

©2013 About.com. All rights reserved.