mysql圖書館管理系統(tǒng)的數(shù)據(jù)庫(kù).ppt_第1頁(yè)
mysql圖書館管理系統(tǒng)的數(shù)據(jù)庫(kù).ppt_第2頁(yè)
mysql圖書館管理系統(tǒng)的數(shù)據(jù)庫(kù).ppt_第3頁(yè)
mysql圖書館管理系統(tǒng)的數(shù)據(jù)庫(kù).ppt_第4頁(yè)
mysql圖書館管理系統(tǒng)的數(shù)據(jù)庫(kù).ppt_第5頁(yè)
已閱讀5頁(yè),還剩13頁(yè)未讀, 繼續(xù)免費(fèi)閱讀

下載本文檔

版權(quán)說(shuō)明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)

文檔簡(jiǎn)介

mysql圖書館管理系統(tǒng)的數(shù)據(jù)庫(kù) 數(shù)據(jù)庫(kù)library 操作員表operator書庫(kù)books學(xué)生信息表students information操作過(guò)程表process 操作員表operator 操作員表operator createtableoperator idchar 9 notnullprimarykey namevarchar 10 notnull insertintooperatorvalues 100001230 aa 100001231 bb 100001232 cc 100001233 dd 100001234 ee 100001235 ff 書庫(kù)books 書庫(kù)books createtablebooks titlevarchar 20 notnull date of publicationdate authorvarchar 15 notnull ISBNchar 13 notnullprimarykey number of copiesintnotnull positionvarchar 30 insertintobooksvalues 沒有任何借口 2008 11 01 杰伊 瑞芬博瑞 9787500683858 20 二樓 成功 激勵(lì) 鋼鐵是怎樣煉成的 1997 05 12 奧斯特洛夫斯基 9787530125403 25 二樓 成功 激勵(lì) 水滸傳 1998 11 15 施耐庵 9787530112454 10 一樓 文學(xué)類 小時(shí)代 2009 11 15 郭敬明 9782345612454 1 一樓 文學(xué)類 學(xué)生信息表students information 學(xué)生信息表students information createtablestudents information idchar 9 notnullprimarykey namevarchar 10 notnull sexchar 2 phone numberchar 11 departmentvarchar 10 insertintostudents informationvalues 100000001 aa MM財(cái)經(jīng) 100000002 bb GG財(cái)經(jīng) 100000003 cc MM財(cái)經(jīng) 100000004 dd MM財(cái)經(jīng) 100010001 ab GG計(jì)算機(jī)科學(xué)與運(yùn)用 100010002 bc MM計(jì)算機(jī)科學(xué)與運(yùn)用 100010003 cd GG計(jì)算機(jī)科學(xué)與運(yùn)用 100010004 de MM計(jì)算機(jī)科學(xué)與運(yùn)用 100020001 ef GG土木工程 9 可編輯 操作過(guò)程表process 操作過(guò)程表process createtableprocess titlevarchar 20 ISBNchar 13 bgnamevarchar 10 bg idchar 9 operator namevarchar 10 operator idchar 9 btimevarchar 20 gtimevarchar 20 is givebool insertintoprocessvalues 書名 isbn號(hào) 借 還書人 000000000 操作員姓名 000000000 借書時(shí)間 還書時(shí)間 1 借書存儲(chǔ)過(guò)程 delimiter createprocedurezj borrow inbook idchar 13 inb idchar 9 ino idchar 9 begindeclarebooktitlevarchar 20 declareborrownamevarchar 10 declareop namevarchar 10 declarebstimevarchar 20 declarenumint setnum 1 setbstime now setbooktitle selecttitlefrombookswhereISBN book id setborrowname selectnamefromstudents informationwhereid b id setop name selectnamefromoperatorwhereid o id 借書存儲(chǔ)過(guò)程 if selectnumber of copiesfrombookswhereISBN book id numandbook idin selectISBNfrombooks andb idin selectidfromstudents information ando idin selectidfromoperator and selectis givefromprocesswherebtime selectmax btime fromprocesswherebg id b id 1orb idnotin selectbg idfromprocess thenupdatebookssetnumber of copies number of copies 1whereISBN book id insertintoprocessvalues booktitle book id borrowname b id op name o id bstime null 0 endif end delimiter 檢測(cè)借書過(guò)程 callzj borrow 9787530125403 100000001 100001231 select fromprocess select frombooks callzj borrow 9787530125403 100000001 100001231 callzj borrow 9787530125404 100000001 100001231 callzj borrow 9787530125403 190000001 100001231 callzj borrow 9787530125403 100000001 190001231 callzj borrow 9782345612454 100010002 100001234 callzj borrow 9782345612454 100020001 100001232 創(chuàng)建還書過(guò)程 delimiter createprocedurezj give inb idchar 13 ing idchar 9 ino idchar 9 begindeclarestimevarchar 20 declaregstimevarchar 20 setgstime now setstime selectmax btime fromprocesswherebg id g id if selectis givefromprocesswhereISBN b idandbg id g idandoperator id o idandbtime stime 0thenupdateprocesssetgtime gstimewhereISBN b idandbg id g idandoperator id o idandbtime stime updateprocesssetis give 1whereISBN b idandbg id g idandoperator id o idandbtime stime updatebookssetnumber of copies number of copies 1whereISBN b id endif end delimiter 檢測(cè)還書過(guò)程 callzj give 9787530125403 100000001 100001231 select fromprocess select frombooks callzj give 9787530125403 100000001 100001231 callzj give 978753012

溫馨提示

  • 1. 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。

最新文檔

評(píng)論

0/150

提交評(píng)論