oracle SQL数据库实训报告(16)

2021-02-21 12:39

create index Relationship_4_FK on BanJi ( NianJi_ID ASC );

alter table BanJi

add constraint FK_BANJI_RELATIONS_ZHUANYE foreign key (ZhuanYe_ID) references ZhuanYe (ZhuanYe_ID) on update restrict on delete restrict;

alter table BanJi

add constraint FK_BANJI_RELATIONS_NIANJI foreign key (NianJi_ID) references NianJi (NianJi_ID) on update restrict on delete restrict;

(7)Table 职务表

/*==============================================================*/ /* Table: ZhiWu */

/*==============================================================*/ create table ZhiWu (

ZW_ID numeric(4) not null, ZW_Name char(20) null, ZW_XZ char(20) null, ZW_DJ char(20) null, constraint PK_ZHIWU primary key (ZW_ID) );

/*==============================================================*/ /* Index: 职务表_PK */ /*==============================================================*/ create unique index 职务表_PK on ZhiWu ( ZW_ID ASC );

(8)Table 表现表

/*==============================================================*/ /* Table: BiaoXian */

/*==============================================================*/ create table BiaoXian (


oracle SQL数据库实训报告(16).doc 将本文的Word文档下载到电脑 下载失败或者文档不完整,请联系客服人员解决!

下一篇:第5课时 绿色植物的光合作用和呼吸作用

相关阅读
本类排行
× 注册会员免费下载(下载后可以自由复制和排版)

马上注册会员

注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信: QQ: