--7、学期表create table term( term_id int identity Primary key,--学期编号 term_name varchar(10) not null,--学期名称,形如20061,20072 term_date smalldatetime not null, --起始时间 term_date1 smalldatetime not null --结束时间) 转载于:https://www.cnblogs.com/hzuIT/articles/737216.html