--8、上课时间对应表(表)

--8、上课时间对应表
create table attend
(
  attend_id 
int identity Primary key,--上课时间编号
  time1 varchar(10not null,--起始时间
  time2 VARCHAR(10NOT NULL,--结束时间
  num int not null --节次 1,2,3,4,5,6
)
posted on 2007-05-06 17:48  石川  阅读(174)  评论(0编辑  收藏  举报