2022年数据库应用技术大作业模板_第1页
2022年数据库应用技术大作业模板_第2页
2022年数据库应用技术大作业模板_第3页
2022年数据库应用技术大作业模板_第4页
2022年数据库应用技术大作业模板_第5页
已阅读5页,还剩10页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、数据库大作业 课题名称 专 业 班 级 学 号 姓 名 教 师 成 绩 11月 日1. 需求分析(加入需求分析旳概念)描述题目内容1.1 数据流图(DFD) 什么是数据流图。 画数据流图图1-1 XXXX图1.2 数据字典(DD)什么是数据字典写数据字典数据文献:订单明细表文献构成:订单序号Id, HYPERLINK t _blank 订单编号, 菜名, 价格, 数量, 下单时间数 据 项:订单序号Id HYPERLINK t _blank 数据类型:整型数据长度:4数 据 项: HYPERLINK t _blank 订单编号 HYPERLINK t _blank 数据类型:可变字符类型数据长

2、度:50数据构成:A+日期时间数 据 项:菜名 HYPERLINK t _blank 数据类型:可变字符类型数据长度:502. 概念构造设计什么概念构造设计E-R图(在Powerdesigner中创立概念模型,粘贴图)图2-1 XXXX图3. 逻辑构造设计关系模式(在Powerdesigner中由概念模型转化为物理数据模型,粘图)图3-1 XXXX图4. 建表SQL语句由物理数据模型生成SQL Server 数据库旳建表语句。/*=*/* DBMS name: Microsoft SQL Server */* Created on: -9-16 14:39:14 */*=*/if exists

3、 (select 1 from sys.sysreferences r join sys.sysobjects o on (o.id = r.constid and o.type = F) where r.fkeyid = object_id(SC) and = FK_SC_SC_S)alter table SC drop constraint FK_SC_SC_Sgoif exists (select 1 from sys.sysreferences r join sys.sysobjects o on (o.id = r.constid and o.type = F) whe

4、re r.fkeyid = object_id(SC) and = FK_SC_SC2_C)alter table SC drop constraint FK_SC_SC2_Cgoif exists (select 1 from sys.sysreferences r join sys.sysobjects o on (o.id = r.constid and o.type = F) where r.fkeyid = object_id(TC) and = FK_TC_TC_T)alter table TC drop constraint FK_TC_TC_Tgoi

5、f exists (select 1 from sys.sysreferences r join sys.sysobjects o on (o.id = r.constid and o.type = F) where r.fkeyid = object_id(TC) and = FK_TC_TC2_C)alter table TC drop constraint FK_TC_TC2_Cgoif exists (select 1 from sysobjects where id = object_id(C) and type = U) drop table Cgoif exists

6、 (select 1 from sysobjects where id = object_id(S) and type = U) drop table Sgoif exists (select 1 from sysindexes where id = object_id(SC) and name = SC2_FK and indid 0 and indid 0 and indid 0 and indid 0 and indid 255) drop index TC.TC_FKgoif exists (select 1 from sysobjects where id = object_id(T

7、C) and type = U) drop table TCgo/*=*/* Table: C */*=*/create table C ( CNo char(2) not null, CN varchar(40) null, CT smallint null, constraint PK_C primary key nonclustered (CNo)go/*=*/* Table: S */*=*/create table S ( SNo char(2) not null, SN varchar(40) null, Gen char(2) null, Birth datetime null,

8、 Dept varchar(40) null, constraint PK_S primary key nonclustered (SNo)go/*=*/* Table: SC */*=*/create table SC ( SNo char(2) not null, CNo char(2) not null, Score smallint null, constraint PK_SC primary key (SNo, CNo)go/*=*/* Index: SC_FK */*=*/create index SC_FK on SC (SNo ASC)go/*=*/* Index: SC2_F

9、K */*=*/create index SC2_FK on SC (CNo ASC)go/*=*/* Table: T */*=*/create table T ( TNo char(2) not null, TN varchar(40) null, Gen char(2) null, Birth datetime null, Prof varchar(40) null, Sal int null, Comm int null, Dept varchar(40) null, constraint PK_T primary key nonclustered (TNo)go/*=*/* Tabl

10、e: TC */*=*/create table TC ( TNo char(2) not null, CNo char(2) not null, constraint PK_TC primary key (TNo, CNo)go/*=*/* Index: TC_FK */*=*/create index TC_FK on TC (TNo ASC)go/*=*/* Index: TC2_FK */*=*/create index TC2_FK on TC (CNo ASC)goalter table SC add constraint FK_SC_SC_S foreign key (SNo) references S (SNo)goalter table SC add constraint FK_SC_SC2_C foreign key (CNo) references C (CNo)goalter table TC add constraint FK_TC_TC_T foreign key (TNo) referen

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论