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

正文內(nèi)容

物流管理系統(tǒng)的sql數(shù)據(jù)庫設(shè)計(jì)(含代碼)(更新版)

2025-01-17 03:47上一頁面

下一頁面
  

【正文】 0)NOT NULL, 制造商編號char(10), Foreign key (制造商編號) references 制造商(制造商編號),)Create table 零售商( 零售商編號char(10) primary key, 名稱char(10)NOT NULL, 聯(lián)系人char(10)NOT NULL, 地址char(30)NOT NULL, 電話號碼Int NOT NULL, 網(wǎng)站char(20))drop table 零售商Create table 物流中心( 物流中心編號char(10) primary key, 名稱char(10)NOT NULL, 聯(lián)系人char(10)NOT NULL, 地址Varchar(30), 電話號碼char(20)NOT NULL, 網(wǎng)站char(10))drop table 物流中心Create table 倉庫( 倉庫編號char(10) primary key, 庫名char(20) NOT NULL, 地址varchar(30)NOT NULL, 電話char(20)NOT NULL)drop table 倉庫Create table 存放( 產(chǎn)品編號char(10), 倉庫編號char(10), 制造商編號char(10), 產(chǎn)品數(shù)量int, 入庫時(shí)間char(10)NOT NULL, primary key (倉庫編號,產(chǎn)品編號), Foreign key (倉庫編號) references 倉庫(倉庫編號), Foreign key (產(chǎn)品編號) references 產(chǎn)品(產(chǎn)品編號))drop table 存放Create table 管理( 物流中心編號char(10), 倉庫編號char(10), 產(chǎn)品單價(jià)int, 送貨日期char(10), primary key(物流中心編號,倉庫編號), Foreign key (物流中心編號) references 物流中心(物流中心編號), Foreign key (倉庫編號) references 倉庫(倉庫編號))drop table 管理Create table 制造( 制造商編號char(10), 產(chǎn)品編號char(10), 產(chǎn)品批次char(10)NOT NULL, 產(chǎn)品質(zhì)量int NOT NULL, primary key(制造商編號,產(chǎn)品編號), Foreign key (制造商編號) references 制造商(制造商編號), Foreign key (產(chǎn)品編號) references 產(chǎn)品(產(chǎn)品編號))drop table 制造Create table 運(yùn)輸( 零售商編號char(10), 倉庫編號char(10), 運(yùn)輸單價(jià)int NOT NULL, primary key(零售商編號,倉庫編號), Foreign key (零售商編號) references 零售商(零售商編號), Foreign key (倉庫編號) references 倉庫(倉庫編號))drop table 運(yùn)輸Create table 提取( 物流中心編號char(10), 產(chǎn)品編號char(10), 貨物價(jià)格int NOT NULL, primary key(物流中心編號,產(chǎn)品編號), Foreign key (物流中心編號) references 物流中心(物流中心編號), Foreign key (產(chǎn)品編號) references 產(chǎn)品(產(chǎn)品編號))drop table 提取 輸入數(shù)據(jù)(其余9組輸入在最后)insert into 制造商values (39。,39。,39。)insert into 產(chǎn)品values (39。,39。,39。,39。,39。)insert into 管理values(39。)insert into 制造values(39。)insert into 運(yùn)輸values(39。 end else begin Select 產(chǎn)品名稱,產(chǎn)品規(guī)格,產(chǎn)品單位,制造商編號 from 產(chǎn)品 where No = Endexecute 產(chǎn)品_into 39。 end else begin Select 名稱,聯(lián)系人,地址,電話號碼,網(wǎng)站 from 制造商 where No = enddrop procedure 制造商_intoexecute 制造商_into 39。 end else begin Select ,聯(lián)系人,地址,電話號碼,網(wǎng)站,產(chǎn)品名稱,產(chǎn)品規(guī)格,產(chǎn)品單位 From 制造商,產(chǎn)品 where = No= endexecute 制造商_產(chǎn)品_into 39。 end else begin Select 名稱,聯(lián)系人,地址,電話號碼,網(wǎng)站 from 物流中心 where No = enddrop procedure 物流中心_intoexecute 物流中心_into 39。,39。execute 制造商_產(chǎn)品_into 39。,39。,39。)insert into 零售商values (39。,39。,39。,39。,39。,39。,39。,39。,39。,39。)開始輸入數(shù)據(jù)insert into 制造商values (39。,39。,39。)insert into 產(chǎn)品values (39。,39。,39。,39。,39。)insert into 管理values(39。)insert into 制造values(39。)insert into 運(yùn)輸values(39。,39。,39。)insert into 零售商values (39。,39。,39。,39。,39。,39。,39。,39。,39。,39。)開始輸入數(shù)據(jù)insert into 制造商values (39。,39。,39。)insert into 產(chǎn)品values (39。,39。,39。,39。,39。)insert into 管理values(39。)insert into 制造values(39。)insert into 運(yùn)輸values(39。,39。,39。)insert into 零售商values (39。,39。,39。,39。,39。,39。,39。,39。,39。,39。)開始輸入數(shù)據(jù)insert into 制造商values (39。,39。,39。)insert into 產(chǎn)品values (39。,39。,39。,39。,39。)insert into 管理values(39。)insert into 制造values(39。)insert into 運(yùn)輸values(39。,39。,39。)insert into 零售商values (39。,39。,39。,39。,39。,39。,39。,39。,39。,39。)開始輸入數(shù)據(jù)insert into 制造商values (39。,39。,39。)insert into 產(chǎn)品values (39。,39。,39。,39。,39。)insert into 管理values(39。)insert into 制造values(39。)insert into 運(yùn)輸values(39。,39。,39。)insert into 零售商values (39。,39。,39。,39。,39。,39。,39。,39。,39。,39。)終于輸完了T^T第 32 頁 共 32 頁
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1