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

正文內(nèi)容

數(shù)據(jù)庫課程設(shè)計-學生成績管理系統(tǒng)-資料下載頁

2025-01-16 03:15本頁面
  

【正文】 *//*==============================================================*/create table 管理員 ( ano numeric(20) not null, apassword char(10) null, constraint PK_管理員 primary key nonclustered (ano))go/*==============================================================*//* Table: 課程表 *//*==============================================================*/create table 課程表 ( o numeric(10) not null, tno numeric(20) null, sno1 numeric(10) null, sdept1 char(20) null, ame char(10) null, constraint PK_課程表 primary key nonclustered (o))go/*==============================================================*//* Index: Relationship_1_FK *//*==============================================================*/create index Relationship_1_FK on 課程表 (tno ASC)go/*==============================================================*//* Index: Relationship_6_FK *//*==============================================================*/create index Relationship_6_FK on 課程表 (sno1 ASC,sdept1 ASC)goalter table Relationship_2 add constraint FK_RELATION_RELATIONS_學生 foreign key (sno) references 學生 (sno)goalter table Relationship_2 add constraint FK_RELATION_RELATIONS_課程表 foreign key (o) references 課程表 (o)goalter table 學生 add constraint FK_學生_RELATIONS_學生成績表 foreign key (sno1, sdept1) references 學生成績表 (sno1, sdept1)goalter table 學生成績表 add constraint FK_學生成績表_RELATIONS_管理員 foreign key (ano) references 管理員 (ano)goalter table 課程表 add constraint FK_課程表_RELATIONS_教師 foreign key (tno) references 教師 (tno)goalter table 課程表 add constraint FK_課程表_RELATIONS_學生成績表 foreign key (sno1, sdept1) references 學生成績表 (sno1, sdept1)go 本次課程設(shè)計采用的工具有:Microsoft visio、Powerdesigne以及微軟畫圖工具。由于是單人的課程設(shè)計,所以系統(tǒng)比較簡單,是一個小型的學生成績管理系統(tǒng)。系統(tǒng)可以容許管理員對學生成績信息進行插入、修改、刪除等操作,并允許學生查詢成績。數(shù)據(jù)庫采用Microsoft SqlServer 2000。 通過這次課程設(shè)計,加深了對數(shù)據(jù)庫設(shè)計的過程的了解(需求分析、概念設(shè)計、邏輯設(shè)計、物理設(shè)計、實施、運行維護),同時重新熟悉了ER圖的畫法,并且學會了Powerdesigner工具的使用方法。 但是由于時間較短以及個人能力有限,本次的課程作業(yè)也有漏洞,就是實體分的不夠詳細,實體之間的聯(lián)系有些欠妥帖。導致了系統(tǒng)功能實現(xiàn)的不是很完全。
點擊復制文檔內(nèi)容
范文總結(jié)相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1