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

正文內(nèi)容

數(shù)據(jù)庫(kù)課設(shè)醫(yī)院信息管理系統(tǒng)報(bào)告(編輯修改稿)

2025-09-03 06:30 本頁(yè)面
 

【文章內(nèi)容簡(jiǎn)介】 = object_id(39。病人39。) and name = 39。繳費(fèi)_FK39。 and indid 0 and indid 255) drop index goif exists (select 1 from sysindexes where id = object_id(39。病人39。) and name = 39。醫(yī)治_FK39。 and indid 0 and indid 255) drop index goif exists (select 1 from sysobjects where id = object_id(39。病人39。) and type = 39。U39。) drop table 病人goif exists (select 1 from sysobjects where id = object_id(39。科室39。) and type = 39。U39。) drop table 科室goif exists (select 1 from sysindexes where id = object_id(39。藥品信息39。) and name = 39。屬于_藥品類型_FK39。 and indid 0 and indid 255) drop index goif exists (select 1 from sysobjects where id = object_id(39。藥品信息39。) and type = 39。U39。) drop table 藥品信息goif exists (select 1 from sysobjects where id = object_id(39。藥品庫(kù)存39。) and type = 39。U39。) drop table 藥品庫(kù)存goif exists (select 1 from sysindexes where id = object_id(39。藥品種類39。) and name = 39。包括_FK39。 and indid 0 and indid 255) drop index goif exists (select 1 from sysindexes where id = object_id(39。藥品種類39。) and name = 39。包括_FK39。 and indid 0 and indid 255) drop index goif exists (select 1 from sysobjects where id = object_id(39。藥品種類39。) and type = 39。U39。) drop table 藥品種類goif exists (select 1 from sysobjects where id = object_id(39。藥品類型39。) and type = 39。U39。) drop table 藥品類型goif exists (select 1 from sysindexes where id = object_id(39。配藥單39。) and name = 39。包括_FK39。 and indid 0 and indid 255) drop index goif exists (select 1 from sysindexes where id = object_id(39。配藥單39。) and name = 39。領(lǐng)取_配藥單_FK39。 and indid 0 and indid 255) drop index goif exists (select 1 from sysindexes where id = object_id(39。配藥單39。) and name = 39。配藥_FK39。 and indid 0 and indid 255) drop index goif exists (select 1 from sysobjects where id = object_id(39。配藥單39。) and type = 39。U39。) drop table 配藥單go/*==============================================================*//* Table: 醫(yī)生 *//*==============================================================*/create table 醫(yī)生( 醫(yī)生編號(hào) varchar(5) not null, 科室編號(hào) varchar(10) not null, 姓名 varchar(5) null, 性別 char(2) null, 年齡 varchar(3) null, 電話 char(11) null, constraint PK_醫(yī)生primary key nonclustered (醫(yī)生編號(hào)))go/*==============================================================*//* Index: 屬于_FK *//*==============================================================*/create index 屬于_FK on 醫(yī)生(科室編號(hào)ASC)go/*==============================================================*//* Table: 處方表 *//*==============================================================*/create table 處方表( 處方編號(hào) varchar(10) not null, 病人編號(hào) varchar(10) null, 醫(yī)生編號(hào) varchar(5) null, 藥品編號(hào) varchar(20) null, 處方時(shí)間 varchar(10) null, 備注 varchar(10) null, constraint PK_處方表primary key nonclustered (處方編號(hào)))go/*==============================================================*//* Index: 開處方_FK *//*==============================================================*/create index 開處方_FK on 處方表(醫(yī)生編號(hào)ASC)go/*==============================================================*//* Index: 領(lǐng)取_處方_FK *//*==============================================================*/create index 領(lǐng)取_處方_FK on 處方表(病人編號(hào)ASC)go/*==============================================================*//* Index: 包括_FK *//*==============================================================*/create index 包括_FK on 處方表(藥品編號(hào)ASC)go/*==============================================================*//* Table: 收費(fèi)員 *//*==============================================================*/create table 收費(fèi)員( 收費(fèi)員編號(hào) varchar(10) not null, 收費(fèi)員姓名 varchar(10) null, constraint PK_收費(fèi)員primary key nonclustered (收費(fèi)員編號(hào)))go/*==============================================================*//* Table: 查看_藥品信息 *//*==============================================================*/create table 查看_藥品信息( 收費(fèi)員編號(hào) varchar(10) not null, 藥品編號(hào) varchar(20) not null, constraint PK_查看_藥品信息primary key (收費(fèi)員編號(hào), 藥品編號(hào)))go/*==============================================================*//* Index: 查看_藥品信息_FK
點(diǎn)擊復(fù)制文檔內(nèi)容
環(huán)評(píng)公示相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖片鄂ICP備17016276號(hào)-1