freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

報告——學籍管理(編輯修改稿)

2025-08-30 04:51 本頁面
 

【文章內(nèi)容簡介】 FK on SC (學號 ASC)Gocreate index SC2_FK on SC (課程號 ASC)go創(chuàng)建學生基本信息表文檔來自于網(wǎng)絡搜索create table StudentsInfo ( 班級 varchar(16) null, 學號 bigint not null,文檔來自于網(wǎng)絡搜索 院系代號 varchar(5) null, 專業(yè)號 varchar(5) null, 姓名 varchar(6) null, 性別 varchar(2) null, 出生年月 datetime null, 籍貫 varchar(8) null, 民族 varchar(2) null, 家庭住址 varchar(20) null, 入學時間 datetime null, 政治面貌 varchar(6) null, 身份證號 char(18) null, 聯(lián)系電話 varchar(12) null, 備注 varchar(14) null, constraint PK_STUDENTSINFO primary key (學號))goexecute sp_addextendedproperty 39。MS_Description39。, 39。學生基本信息描述39。, 39。user39。, 39。39。, 39。table39。, 39。StudentsInfo39。go創(chuàng)建院系代號索引文檔來自于網(wǎng)絡搜索create index SD_FK on StudentsInfo (院系代號 ASC)go創(chuàng)建專業(yè)號索引文檔來自于網(wǎng)絡搜索create index SM_FK on StudentsInfo (專業(yè)號 ASC)go創(chuàng)建教師與課程關系表文檔來自于網(wǎng)絡搜索create table TC ( 課程號 varchar(5) not null,文檔來自于網(wǎng)絡搜索 教師號 varchar(5) not null,文檔來自于網(wǎng)絡搜索 constraint PK_TC primary key (課程號, 教師號))go建立課程號索引文檔來自于網(wǎng)絡搜索create index TC_FK on TC (課程號 ASC)go建立教師號索引文檔來自于網(wǎng)絡搜索create index TC2_FK on TC (教師號 ASC)go創(chuàng)建 教師表文檔來自于網(wǎng)絡搜索create table Teacher ( 教師號 varchar(5) not null,文檔來自于網(wǎng)絡搜索 院系代號 varchar(5) null, 姓名 varchar(6) null, 性別 char(2) null, 年齡 int null, 工齡 int null, 備注 varchar(16) null, constraint PK_TEACHER primary key (教師號))goexecute sp_addextendedproperty 39。MS_Description39。, 39。學校教師信息描述39。, 39。user39。, 39。39。, 39。table39。, 39。Teacher39。go建立TD_FK 索引文檔來自于網(wǎng)絡搜索create index TD_FK on Teacher (院系代號 ASC)goalter table Major add constraint FK_MAJOR_DM_DEPARTME foreign key (院系代號)文檔來自于網(wǎng)絡搜索 references Department (院系代號)goalter table SC add constraint FK_SC_SC_STUDENTS foreign key (學號) references StudentsInfo (學號)goalter table SC add constraint FK_SC_SC2_COURSE foreign key (課程號) references Course (課程號)goalter table StudentsInfo add constraint FK_STUDENTS_SD_DEPARTME foreign key (院系代號)文檔來自于網(wǎng)絡搜索 references Department (院系代號)goalter table StudentsInfo add constraint FK_STUDENTS_SM_MAJOR foreign key (專業(yè)號)文檔來自于網(wǎng)絡搜索
點擊復制文檔內(nèi)容
規(guī)章制度相關推薦
文庫吧 www.dybbs8.com
備案圖片鄂ICP備17016276號-1