2022年2月14日
摘要: 一、定义数据表1、建立一个 “学生” 表 stu­dent。create table student(Sno char(9) primary key,/*主键(主码),列级完整性约束条件*/Sname char(20) unique,/*Sname 取唯一值*/Ssex char(2),Sage s 阅读全文
posted @ 2022-02-14 13:03 丰sir 阅读(1165) 评论(0) 推荐(0)