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

正文內(nèi)容

網(wǎng)上書店管理信息系統(tǒng)開發(fā)設(shè)計論文(文件)

2025-07-11 23:31 上一頁面

下一頁面
 

【正文】 onstraint FK_TB_BOOKI_REFERENCE_TB_BOOKT foreign key (BookTypeId) references tb_booktypeinfo (BookTypeId) go alter table tb_ment add constraint FK_TB_COMME_REFERENCE_TB_BOOKI foreign key (BookId) references tb_bookinfo (BookId) go alter table tb_ment add constraint FK_TB_COMME_REFERENCE_TB_CUSTO foreign key (CustomerId) references tb_customerinfo (CustomerId) go alter table tb_order add constraint FK_TB_ORDER_REFERENCE_TB_CUSTO foreign key (CustomerId) references tb_customerinfo (CustomerId) go alter table tb_orderdetail add constraint FK_TB_ORDER_REFERENCE_TB_ORDER foreign key (OrderId) references tb_order (OrderId) go alter table tb_orderdetail add constraint FK_TB_ORDER_REFERENCE_TB_BOOKI foreign key (BookId) references tb_bookinfo (BookId) go alter table tb_reply add constraint FK_TB_REPLY_REFERENCE_TB_CUSTO foreign key (CustomerId) references tb_customerinfo (CustomerId) go alter table tb_shopbook add constraint FK_TB_SHOPB_REFERENCE_TB_BOOKI foreign key (BookId) references tb_bookinfo (BookId) go alter table tb_shopbook add constraint FK_TB_SHOPB_REFERENCE_TB_CUSTO foreign key (CustomerId) references tb_customerinfo (CustomerId) go 1. insertvaluesintoCustomertruename,CustomerAddr,CustomerLogTime,11:00:11:111’,’3. insert(’科技類’)tb_bookinfo’php編程寶典’1:1:1:111’,’精品包裝’)tb_order’1’’2’,into’,’1’,7. insert(‘風云網(wǎng)上書店’,’331231’, rollback end end ,其基本功能是在填寫訂單和詳細訂單的時候相應(yīng)的總價被計算處理填入相應(yīng)的位置。后來,我去圖書館借了幾本有關(guān)系統(tǒng)分析和設(shè)計方面的書,又在網(wǎng)上下載了一些資料,經(jīng)過我對書本上的知識的學(xué)習(xí)和對網(wǎng)上資料的研究,我終于弄清楚了該怎么設(shè)計分析設(shè)計一個系統(tǒng)通過本次實驗使我對數(shù)據(jù)庫有了一個更加全面,更加深入的了解,也可以說是對本學(xué)期所學(xué)的數(shù)據(jù)庫知識的一個總結(jié),這次實驗不像以前一樣,只是對數(shù)據(jù)庫某一部分知識的練習(xí)鞏固,不僅僅是設(shè)計幾張表,設(shè)計幾個存儲過程,觸發(fā)器,而是對這些知識的一個整合,是一次綜合的練習(xí),使我對設(shè)計一個數(shù)據(jù)庫的流程有了一個了解和掌握。這次網(wǎng)上書店管理系統(tǒng)的設(shè)計花了我不少的時間,在沒有設(shè)計這個系統(tǒng)前,我一直覺得編碼很難,但是經(jīng)過這次系統(tǒng)設(shè)計,我覺得系統(tǒng)分析階和設(shè)計階段是最難的。其具體代碼如下所示: create trigger trig1 on tb_bookinfo for update as if(update(BookStoremount)) begin declare mount int set mount=(select BookStoremount from deleted) if(mount0) begin print 39。ljfl’,’的發(fā)愛的’tb_parameter’’,’’,’云峰’,’’,’180’)’values20101222(‘’,5. insert’201021’,(‘’,4. inserttb_booktypeinfo(BookTypeName)11:00:11:111’)valuesCustomerQues,CustomerTel,(CustomerName,tb_manager(AdminName,AdminPwd,11. )primarynot9. datetimenotnull,null,notnot3. (keynull,8. varchar(100)null,Commentdatevarchar(20)5. CustomerIdintnull,(keynull,)),(39。CKC_RECEVSTATUS_TB_ORDERdefaultvarchar(10)已發(fā)貨39。inconstraintnullnot6. BookIdvarchar(20)notid(8)tb_orderdetail訂單詳細信息表1. create(OrderId)constraint14. memovarchar(10)null,11. null,notpostmethodmessageintnull,not4. identity,2. table9. )key)),(39。CKC_ISPAY_TB_SHOPBdefaultvarchar(10)ispaynot4. BookIdint(keynull,null,null,law17. not15. null,13. varchar(100)null,null,10. varchar(100)notnottelvarchar(10)6. null,4. varchar(100)null,2. table7. )primarynotnotnull,identity,AdminId(4)tb_manager管理員信息表1. create(BookId)constraintvarchar(20)BookPackstylenull,notmoneynotnull,notnotmoneynotmoneynull,BookCatalog15. 14. null,Bookisbn11. BookAuthorvarchar(10)notvarbinary(10)8. datetimenotnotnull,BookNameintidentity,2. tablePK_TB_BOOKTYPEINFO4. BookTypeId17. )(2)tb_booktypeinfo圖書類型信息表1. createprimarynotnotCustomerLogTime13. CustomerQues11. notnotCustomerTel男39。check7. CustomerSexvarchar(20)5. null,CustomerNametb_customerinfo信息反饋信息表tb_reply表10 信息反饋信息表列名說明數(shù)據(jù)類型約束ReplyId信息反饋編號int主碼(自增字段)ReplyType留言類型varchar(20)not nullReplytitle留言主題varchar(20)not nullReplycontent留言內(nèi)容varchar(100)not nullCustomerId留言客戶編號intnot null,訂單信息表tb_order表7 訂單信息表列名說明數(shù)據(jù)類型約束Id自動編號intnot null(自增字段)OrderId訂單編號varchar(20)主碼CustomerId客戶編號intnot null,購物車臨時訂購信息tb_shopbook表6 購物車臨時訂購信息表列名說明數(shù)據(jù)類型約束CustomerId客戶編號int主碼(自增字段)BookId圖書編號int主碼,管理員信息表tb_manager表4 管理員信息表列名說明數(shù)據(jù)類型約束AdminId管理員編號int主碼(自增字段)AdminName管理員名稱
點擊復(fù)制文檔內(nèi)容
語文相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1