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

正文內(nèi)容

轉載推薦數(shù)據(jù)庫設計經(jīng)驗談轉帖(參考版)

2025-05-11 21:20本頁面
  

【正文】 s will use the relational query language of choice,SQL,to illustrate these concepts and explain relational database structure in detail. 特別聲明: 1:資料來源 于互聯(lián)網(wǎng),版權歸屬原作者 2:資料內(nèi)容屬于網(wǎng)絡意見,與本賬號立場無關 3:如有侵權,請告知,立即刪除。 (無論數(shù)據(jù)庫是否有部分處于復雜多重環(huán)境中 ) Rule12: NonsubversionRule There should be no wayto modify thedatabase structure other than through the multiple rowdatabase language(like SQL).12,無破壞準則若 RDBMS 有某種低級語言,這一低級語言不能違背或繞過完整性準則以及高級關系語言表達的約束。 Rule11: Distribution Independence Auser should be totally unawareof whetherornot thedatabaseisdistributed(whether partsof thedatabase existin multiple locations).A varietyof reasons make thisrule difficultto implement; I will spend time addressing these reasonswhen we discussdistributed ,分布的獨立性一個RDBMS 應該具有分布獨立性。 Rule10: Integrity Independence Thedatabase language(like SQL)should support constraintsonuser input that maintaindatabase fully implementedby most major aminimum,all databases do preserve two constraints through ponentof aprimarykey can have anull value.(seerule3)If aforeignkeyis definedin oable,any valuein it must existas aprimarykeyin ,數(shù)據(jù)完整的獨立性關系數(shù)據(jù)庫的完整性 約束必須是用數(shù)據(jù)子語言定義并存貯在目錄中的,而不是在應用程序中加以定義的。 Rule8: Physical Data Independence Theuseris isolatedfrom the physical methodof storingand retrieving informationfrom can be madeto the underlying architecture(hardware,disk storage methods)without affecting how theuser accesses ,數(shù)據(jù)的物理獨立性無論數(shù)據(jù)庫的數(shù)據(jù)在存儲表示上或存取方法上做任何變化,應用程序和終端活動要都保持邏輯上的不變性。 Rule6: View UpdatingRule Data can be presentedto theuserin different logical binations,called should support the samefull rangeof data manipulation that directaccessto atable has practice,providingupdateanddelete accessto logical viewsis difficultandisnot fully ,視圖更新準則所有理論上可更新的視圖也應該允許由系統(tǒng)更新。 Rule5: Comprehensive Data SublanguageRule Thedatabase must support at least one clearly defined language that includes functionalityfor data definition,data manipulation,data integrity,anddatabasetransaction mercial relational databasesuse formsof the standard SQL(Structured Query Language)as their supported prehensive ,合理廣泛的子語言準則一個關系系統(tǒng)可以具有幾種語言和多種終端使用方式 (表格填空方式,命令方式等 )。t applytoprimary addition,mostdatabase implementations support the conceptof anunnull fieldconstraint that preventsnullvaluesin ,空值的系統(tǒng)化處理 RDBMS 支持空值 (不同于空的字符串或空白字符串,并且不為 0)系統(tǒng)化的表示缺少的信息,且與數(shù)據(jù)類型無關。 Rule 2: Guaranteed Access Rule All data should be accessible without can be acplished through abination of the table name,primary key,and column ,保證訪問準則依于表名,主鍵和列名,保證能以邏輯方式訪問數(shù)據(jù)庫中的每個數(shù)據(jù)項。 Rule1: The InformationRuleAll data should be presentedto theuserintable week39。s 12 rules,including his original name for each rule and asimplified also have included anote where certain rules are problematic to 39。s conformity to Codd39。換句話說,針對每一種最終表達數(shù)據(jù)的原型應用,保證你檢查了數(shù)據(jù)模型并且查看如何取出數(shù)據(jù)。測試需要在把新數(shù)據(jù) 庫投入實際服務之前完成。 測試、測試、反復測試 建立或者修訂數(shù)據(jù)庫之后,必須用用戶新輸入的數(shù)據(jù)測試數(shù)據(jù)字段。我常在這個表里存放數(shù)據(jù)庫當前版本、最近檢查 /修復 (對 FoxPro)、關聯(lián)設計文檔的名稱、客戶等信息。 假如你需要編碼,那你可以在編碼旁附上用戶知道的英語。工作 5年的會計或許知道 4XF788Q是什么東西,但新來的可就不一定了。的供應代碼,4XF788Q可能是帳目編碼 )?理由很多。 使用常用英語 (或者其他任何語言 )而不要使用編碼 為什么我們經(jīng)常采用編碼 (比如 9935A 可能是 39。不管你選擇哪種方式,總要對你的數(shù)據(jù)庫文檔化,或者在數(shù)據(jù)庫自身的內(nèi)部或者單獨建立文檔。你可能希望先開始在說,然后獲得越來越多的細節(jié)。是的,這有點費事,但從長遠來看,這樣做對開發(fā)、支持和跟蹤修改非常有用。 第 5部分 各種小技巧 文檔、文檔、文檔 對所有的快捷方式、命名規(guī)范、限制和函數(shù)都要編制文檔。這樣將減少鍵入代碼的錯誤和誤解同時提供數(shù)據(jù)的一致性。 使用查找 控制數(shù)據(jù)完整性的最佳方式就是限制用戶的選擇。 用存儲過程讓系統(tǒng)做重活 解決了許多麻煩來產(chǎn)生一個具有高度完整性的數(shù)據(jù)庫解決方案之后,我決定封裝一些關聯(lián)表的功能組,提供一整套常規(guī)的存儲過程來訪問各組以便加快速度和簡化客戶程序代碼的開發(fā)。采用可以發(fā)布給用戶 /開發(fā)人員的數(shù)據(jù)字典實現(xiàn)方便的數(shù)據(jù)識別同時保證對數(shù)據(jù)源文檔化。這樣做還等于在處理數(shù)據(jù)庫變更時給你提供了更多的自由。從現(xiàn)有的多對一關系轉變?yōu)槎鄬Χ嚓P系比一開始就是多對多關系要難得多。這樣可以保持數(shù)據(jù)的清潔而能迫使開發(fā)人員投入更多的時間處理錯誤條件。 強制指示完整性 (參照完整性 ?) 沒有好辦法能在有害數(shù)據(jù)進入數(shù)據(jù)庫之后消除它,所以你應該在它進 入數(shù)據(jù)庫之前將其剔除。為了進行這種數(shù)據(jù)傳輸,請寫下你自己的批處理或者調(diào)度程序以特定時間間隔運行而不要讓用戶在每天的工作后傳輸數(shù)據(jù)。當你把數(shù)據(jù)傳送到其他站點的時候,最好在數(shù)據(jù)庫字段中設置一些標記。不要依賴于商務層保證數(shù)據(jù)完整性;它不能保證表之間(外鍵 )的完整性所以不能強加于其他完整性規(guī)則之上。這不但包括通過標準化實現(xiàn)的完整性而且還包括
點擊復制文檔內(nèi)容
畢業(yè)設計相關推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1