not null表示该字段不允许空值
NOT NULL --不允许为空 AUTO_INCREMENT --自动增长(比如第一次插入1,那么第二次自动就插入2了)
SQL 中 Not null :不允许为空 DEFAULT 是默认值 getdate() 是获取系统当前日期 4.SQL 如下:5.create table A(id int not null,name varchar(10) default 'test)