约束(sql 语句)_sql语句的check约束

其他范文 时间:2020-02-27 14:44:48 收藏本文下载本文
【www.daodoc.com - 其他范文】

约束(sql 语句)由刀豆文库小编整理,希望给你工作、学习、生活带来方便,猜你可能喜欢“sql语句的check约束”。

use stuinfo

alter table student

add 入学时间 datetime

go

use stuinfo

alter table student

add ID char(20)

use stuinfo

alter table student

add constraint check_1 check(datediff(day,birthday,getdate())>=365*18)use stuinfo

alter table student

add constraint check_2 check(len(ID)=18)

go

use stuinfo

update student

set ID='***321'

where S_number='040102'

use stuinfo

alter table student

add constraint check_3 check(Politics='党员' or Politics='团员' or Politics='群众' or Politics='')

下载约束(sql 语句)word格式文档
下载约束(sql 语句).doc
将本文档下载到自己电脑,方便修改和收藏。
点此处下载文档

文档为doc格式

    热门文章
      整站推荐
        点击下载本文