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

正文內(nèi)容

餐廳庫(kù)存管理信息系統(tǒng)設(shè)計(jì)(編輯修改稿)

2025-05-04 22:27 本頁(yè)面
 

【文章內(nèi)容簡(jiǎn)介】 /*創(chuàng)建數(shù)據(jù)庫(kù)*/CREATE DATABASE 庫(kù)存ON(NAME=order_dat,FILENAME=39。c:\mssql\data\39。,SIZE=20,MAXSIZE=50,FILEGROWTH=5)LOG ON(NAME=order_log,FILENAME=39。d:\mssql\log\39。,SIZE=20MB,MAXSIZE=25MB,FILEGROWTH=5MB)/*創(chuàng)建基本表*/use 庫(kù)存goCreate table 倉(cāng)庫(kù)(倉(cāng)庫(kù)號(hào) char (8) primary key not null,物品編號(hào) int not null foreign key references 物品) use 庫(kù)存goCreate table 物品(物品編號(hào) int primary key not null,物品名稱 varchar(40) not null ,計(jì)量單位 char(8),平均日用量 int,保質(zhì)期 int)use 庫(kù)存goCreate table 供應(yīng)商(供應(yīng)商編號(hào) int not null primary key ,供應(yīng)商名稱 varchar (40) ,供應(yīng)物品編號(hào) int not null foreign key references 物品,地址 varchar (40),聯(lián)系方式 Char (11) check( 聯(lián)系方式Like 39。[09][09][09][09][09][09][09][09][09][09][09]39。) )use 庫(kù)存goCreate table 入庫(kù)單(入庫(kù)單編號(hào) int primary key,物品編號(hào) int not null foreign key references 物品,數(shù)量 smallint check(數(shù)量0),單價(jià) smallmoney check(單價(jià)0),入庫(kù)時(shí)間 Datetime default getdate(),倉(cāng)庫(kù)號(hào) char(8) not null foreign key references 倉(cāng)庫(kù),驗(yàn)收人 Char (8) not null ,供應(yīng)商編號(hào) int not null foreign key references 供應(yīng)商)use 庫(kù)存goCreate table 領(lǐng)料單(領(lǐng)料單編號(hào) int not null primary key,物品編號(hào) int not null foreign key references 物品,數(shù)量 smallint check(數(shù)量0),領(lǐng)料時(shí)間 Datetime default getdate(),倉(cāng)庫(kù)號(hào) char(8) not null foreign key references 倉(cāng)庫(kù),領(lǐng)料人 Char (8) not null )/*創(chuàng)建試驗(yàn)數(shù)據(jù)*/insert into 倉(cāng)庫(kù) values(39。zhu39。,39。1039。) insert into 倉(cāng)庫(kù) values(39。fu39。,39。2039。) insert into 物品 values(39。1039。,39。米39。,39。斤39。,39。1039。,39。30039。)insert into 物品 values(39。2039。,39。面39。,39。斤39。,39。2039。,39。30039。)insert into 物品 values(39。3039。,39?;ㄉ?9。,39。袋39。
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖片鄂ICP備17016276號(hào)-1