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

正文內(nèi)容

教務(wù)系統(tǒng)課程設(shè)計-預覽頁

2025-06-21 01:53 上一頁面

下一頁面
 

【正文】 。,102,4,2,39。,169941,19881212) insert into values(39。,39。,104,3,5,39。,129941,19900112) insert into values(39。,39。,106,5,7,39。,165541,19900312) insert into values(39。,39。,108,7,9,39。,160041,19900512) insert into values(39。,39。,110,9,11,39。,163941,19900712) 查詢結(jié)果 select * from 21 (二) 教師管理 ( 11) /*==============================================================*/ /* Table: TeacherManage 建立教師管理表 */ /*==============================================================*/ create table TeacherManage ( T_Id numeric(20) not null, 教師編號 Course_Id numeric(10) null, 課程編號 T_Name varchar(10) not null, 教師姓名 T_Sex varchar(5) not null, 教師性別 T_Adress varchar(50) not null, 教師住址 T_level varchar(10) not null, 教師級別 constraint PK_TEACHERMANAGE primary key nonclustered (T_Id) 建立主鍵:教師編號 ) Go 數(shù)據(jù)插入 教師管理插入的相關(guān)信息: insert into values(1,1,39。,39。) insert into values(2,2,39。,39。) insert into values(3,3,39。,39。) insert into values(4,4,39。,39。) insert into values(5,5,39。,39。) 22 查詢結(jié)果 select * from (三 ) 教材管理 ( 11) /*==============================================================*/ /* Table: SBMANAGE 建立教材管理表 */ /*==============================================================*/ create table SBMANAGE ( SUBID numeric(10) not null, 教材編號 PRE varchar(20) not null, 出版社 CLASSIFY varchar(20) not null, 類別 WRITER varchar(10) not null, 作者 STORAGE numeric(10) not null, 庫存量 Price smallmoney null, 價格 constraint PK_SBMANAGE primary key nonclustered (SUBID) 建立主鍵:教材編號 ) Go 數(shù)據(jù)插入 教材管理插入的相關(guān)信息: insert into values(1,39。,39。,39。,160,35) insert into values(3,39。,39。,39。,200,95) 23 insert into values(5,39。,39。,39。,70,65) insert into values(7,39。,39。,39。,40,100) insert into values(9,39。,39。,39。,80,50) 查詢結(jié)果 select * from (四)班級管理 ( 11) /*==============================================================*/ /* Table: Classmangement 建立班級管理表 */ /*==============================================================*/ create table Classmangement ( class_id numeric(10) not null, 班級編號 Depar_Id numeric(10) null, 系部編號 class_name varchar(10) not null, 班級名稱 cls_num numeric(10) not null, 班級號 constraint PK_CLASSMANGEMENT primary key nonclustered (class_id) 建立主鍵:班級編號 ) Go 24 數(shù)據(jù)插入 班級管理插入的相關(guān)信息: insert into values(1,1,39。,38) insert into values(3,2,39。,36) insert into values(5,3,39。,37) insert into values(7,5,39。,43) insert into values(9,7,39。,36) insert into values(11,9,39。) insert into values(2,2,2020063,39。) insert into values(4,4,2020065,39。) 查詢結(jié)果 select * from (六)成績管理 ( 11) /*==============================================================*/ /* Table: GradeManagement 建立分數(shù)管理表 */ /*==============================================================*/ 26 create table GradeManagement ( St_Id numeric(20) null, 學生編號 Course_Id numeric(10) null, 課程編號 Mark numeric(10) null 分數(shù) ) Go 數(shù)據(jù)插入 成績 管理插入的相關(guān)信息: insert into values(101,2,60) insert into values(102,3,60) insert into values(103,5,60) insert into values(104,2,60) insert into values(105,5,60) insert into values(106,5,60) insert into values(107,1,60) insert into values(108,2,60) insert into values(109,4,60) insert into values(100,4,60) 查詢結(jié)果 select * from 27 ( 七)課程 管理 ( 11) /*==============================================================*/ /* Table: Courseinformationform 建立課程信息表 */ /*==============================================================*/ create table Courseinformationform ( Course_Id numeric(10) not null, 課程編號 Course_Name varchar(10) not null, 課程名稱 Teacher varchar(10) not null, 任課教師 class_name varchar(10) null, 班級名稱 constraint PK_COURSEINFORMATIONFORM primary key nonclustered (Course_Id) 建立主鍵:課程編號 ) Go 數(shù)據(jù)插入 課程 管理插入的相關(guān)信息: insert into values(1,39。,39。,39。) insert into values(3,39。,39。,39。) insert into values(5,39。,39。,39。,39。,39。,39。,39。,39。,39。,39。,39。,39。,39。 (一) 登錄 第一步:在登陸到 教務(wù)管理系統(tǒng)后 , 點擊相應(yīng)的鏈接,不同的用戶有各自的操作權(quán)限,可以做相應(yīng)權(quán)限的錄入查詢等操作。雖然只有五天的時間學習,我們初步掌握了對 PowerDesign 軟件的基本造作,對模型的創(chuàng)建,各模型的關(guān)系連接也有
點擊復制文檔內(nèi)容
畢業(yè)設(shè)計相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1