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

正文內(nèi)容

倉庫管理系統(tǒng)培訓(xùn)課程-資料下載頁

2025-04-07 12:11本頁面
  

【正文】 ORE_PRO_NUM,STORE_UP_NUM,STORE_DOWN_NUM,UNIT,PLACE_CODE) values(39。pro0039。,0,1000,10,39。本39。,39。pla0239。)insert into store_info(PRO_CODE,STORE_PRO_NUM,STORE_UP_NUM,STORE_DOWN_NUM,UNIT,PLACE_CODE) values(39。pro0139。,0,1000,10,39。本39。,39。pla0139。)insert into store_info(PRO_CODE,STORE_PRO_NUM,STORE_UP_NUM,STORE_DOWN_NUM,UNIT,PLACE_CODE) values(39。pro0239。,0,1000,10,39。本39。,39。pla0239。)insert into store_info(PRO_CODE,STORE_PRO_NUM,STORE_UP_NUM,STORE_DOWN_NUM,UNIT,PLACE_CODE) values(39。pro0339。,0,1000,10,39。本39。,39。pla0339。)按時(shí)間查詢庫存信息入庫庫存信息查詢查詢庫存某段時(shí)間總?cè)霂鞌?shù)create proc get_suminstorenum_from_list@LIST_DATEED1 datetime,@LIST_DATEED2 datetime,@sum_pro_numed int outputasselect @sum_pro_numed=sum(pro_num)from list_infowhere list_code like 39。1%39。 and list_date between @list_dateed1 and @list_dateed2查詢某段時(shí)間某物品總?cè)霂鞌?shù)create proc get_suminstorenum_pro_from_list@LIST_DATEED1 datetime,@LIST_DATEED2 datetime,@PRO_CODEED varchar(5),@sum_pro_numed int outputasselect @sum_pro_numed=sum(pro_num)from list_infowhere list_code like 39。1%39。 and pro_code=@pro_codeed and list_date between @list_dateed1 and @list_dateed2 查詢某段時(shí)間某物品在某庫位總?cè)霂鞌?shù)create proc get_suminstorenum_pro_place_from_list@LIST_DATEED1 datetime,@LIST_DATEED2 datetime,@PRO_CODEED varchar(5),@PLACE_CODEED VARCHAR(5),@sum_pro_numed int outputasselect @sum_pro_numed=sum(pro_num)from list_infowhere list_code like 39。1%39。 and pro_code=@pro_codeed and place_code=@place_codeed and list_date between @list_dateed1 and @list_dateed2 查詢?nèi)霂旎拘畔⒈韈reate proc FindAllList_1_Pro_code_Time_Place @PRO_CODEED varchar(5),@LIST_DATEED1 datetime,@LIST_DATEED2 datetime,@PLACE_CODEED VARCHAR(5)asselect LIST_CODE 入庫單編號,OPERATOR_ID 操作員代號,LIST_DATE 入庫時(shí)間,PRO_CODE 入庫物品編碼,PRO_NUM 物品數(shù)量,UNIT 物品單位,PLACE_CODE 庫位代號from list_infowhere list_code like 39。1%39。 and pro_code=@pro_codeed and place_code=@place_codeed and list_date between @list_dateed1 and @list_dateed2出庫庫存信息查詢查詢庫存某段時(shí)間總出庫數(shù)create proc get_sumoutstorenum_from_list@LIST_DATEED1 datetime,@LIST_DATEED2 datetime,@sum_pro_numed int outputasselect @sum_pro_numed=sum(pro_num)from list_infowhere list_code like 39。0%39。 and list_date between @list_dateed1 and @list_dateed2查詢某段時(shí)間某物品總出庫數(shù)create proc get_sumoutstorenum_pro_from_list@LIST_DATEED1 datetime,@LIST_DATEED2 datetime,@PRO_CODEED varchar(5),@sum_pro_numed int outputasselect @sum_pro_numed=sum(pro_num)from list_infowhere list_code like 39。0%39。 and pro_code=@pro_codeed and list_date between @list_dateed1 and @list_dateed2 查詢某段時(shí)間某物品在某庫位總出庫數(shù)create proc get_sumoutstorenum_pro_place_from_list@LIST_DATEED1 datetime,@LIST_DATEED2 datetime,@PRO_CODEED varchar(5),@PLACE_CODEED VARCHAR(5),@sum_pro_numed int outputasselect @sum_pro_numed=sum(pro_num)from list_infowhere list_code like 39。0%39。 and pro_code=@pro_codeed and place_code=@place_codeed and list_date between @list_dateed1 and @list_dateed2查詢出庫基本信息表create proc FindAllList_0_Pro_code_Time_Place @PRO_CODEED varchar(5),@LIST_DATEED1 datetime,@LIST_DATEED2 datetime,@PLACE_CODEED VARCHAR(5)asselect LIST_CODE 出庫單編號,OPERATOR_ID 操作員代號,LIST_DATE 出庫時(shí)間,PRO_CODE 出庫物品編碼,PRO_NUM 物品數(shù)量,UNIT 物品單位,PLACE_CODE 庫位代號from list_infowhere list_code like 39。0%39。 and pro_code=@pro_codeed and place_code=@place_codeed and list_date between @list_dateed1 and @list_dateed2查詢各表SQL語句select supplier_code 供應(yīng)商代碼,supplier_name 供應(yīng)商名稱,link_man 聯(lián)系人,link_phone 聯(lián)系電話,supplier_address 供應(yīng)商地址,remark 備注from supplier_infoselect pro_code 物品編碼,pro_name 物品名稱,unit 計(jì)量單位,pro_type 物品類型,pro_size 物品規(guī)格,pro_price 單位價(jià)格,supplier_code 供應(yīng)商代碼,order_num 訂貨批量,order_time 訂貨提前期from pro_infoselect place_code 庫位號,area_name 區(qū)域名,pro_code 物品編號,shelf_num 貨架號碼,floor_num 層號,line_num 列號,height 貨格高度,length 貨格長度,width 貨格寬度from place_infoselect OPERATOR_ID 操作員ID,DNAME 姓名,LEVEL1 級別,SEX 性別,PHONE 聯(lián)系電話,ADDRESS 住址 from operator_infoselect LIST_CODE 入庫單編號,OPERATOR_ID 操作員代號,LIST_DATE 入庫時(shí)間,PRO_CODE 入庫物品編碼,PRO_NUM 物品數(shù)量,UNIT 物品單位,PLACE_CODE 庫位代號 from list_infoselect PRO_CODE 入庫物品編碼,STORE_PRO_NUM 庫存數(shù)量,STORE_UP_NUM 庫存上限,STORE_DOWN_NUM 庫存下限,UNIT 物品單位,PLACE_CODE 庫位代號 from store_infoselect DUSER_NAME 用戶名,USER_PWD 用戶密碼,USER_LEVEL 用戶級別 from user_table這次已經(jīng)不是第一次做課程設(shè)計(jì)了,每次的感覺都不同,但有一點(diǎn)是相同的,那就是鍛煉了自己,提升了自己在課本與實(shí)踐中的結(jié)合,真正做到學(xué)以自用,從建立數(shù)據(jù)開始,對靈據(jù)庫設(shè)計(jì)理念及思想上有更高的認(rèn)識,從需求分析,到概念設(shè)計(jì)和邏輯設(shè)計(jì),ER圖的表示,數(shù)據(jù)字典的創(chuàng)建,懂得了不少有關(guān)數(shù)據(jù)庫開發(fā)過程中的知識,在實(shí)驗(yàn)中建表,及其關(guān)系模式,關(guān)系代數(shù)的建立及理解,將SQL語的查詢語句用得淋漓盡致,增強(qiáng)了自己在數(shù)據(jù)庫中應(yīng)用SQL語言的靈活性,其中包括,插入、刪除、修改、查詢,牽涉表和表之間的聯(lián)系,主建與外主鍵的定義,約束項(xiàng)的設(shè)置,使邏輯更嚴(yán)密。雖然在課程設(shè)計(jì)的過程中遇到很多麻煩,但是團(tuán)隊(duì)的成員通過上網(wǎng)查資料,通過請教同學(xué)和老師,還是完成了本次課程設(shè)計(jì),另外,雖然我們還沒學(xué)Delphi,但是通過查資料,和老師同學(xué)交流,最終也作出系統(tǒng)的前臺,雖然不是那么好,但是這給我們動(dòng)手能力帶來很大的幫助,在以后學(xué)Delphi會更加輕松。1. 數(shù)據(jù)庫系統(tǒng)概論(第四版) 王珊 薩師煊 高等教育出版社 2.《數(shù)據(jù)庫應(yīng)用技術(shù)——SQL Server篇》,徐守祥編,人民郵電出版社,2005年5月第一版3. MySQL開發(fā)者SQL權(quán)威指南 (荷)Rick der Lans 著 許杰星 李強(qiáng)等譯 機(jī)械工業(yè)出版社 姚巍 編著,中國電力出版社,2007年9月第一版指導(dǎo)老師:蔣建輝、王晨陽53 / 5
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1