2019-06-04
阅读量:
637
创建表时添加非空约束
问、创建表时添加非空约束
答:
create table bookinfo(
book_id int,
book_name varchar(20) not null
);






评论(0)


暂无数据
推荐帖子
0条评论
1条评论
0条评论