摘要: 约束create table t_student( s_pk_id int primary key, /主键约束/ s_name varchar(20) not null, /非空约束/ s_tel varchar(11) unique, /唯一约束/ s_sex char(2) default ' 阅读全文
posted @ 2019-12-19 17:44 现在不晓得 阅读(473) 评论(0) 推荐(0)
点击右上角即可分享
微信分享提示