Constraint Not Null

You can define constraints syntactically in two ways:
As part of the definition of an individual column or attribute. This is called inline specification.
As part of the table definition. This is called out-of-line specification.
NOT NULL constraints must be declared inline. All other constraints can be declared either inline or out of line.
posted @ 2012-06-07 11:15  JJ.Net  阅读(255)  评论(0)    收藏  举报