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

正文內(nèi)容

最新數(shù)據(jù)庫系統(tǒng)設(shè)計(jì)期末考總結(jié)-全文預(yù)覽

2025-07-20 02:42 上一頁面

下一頁面
  

【正文】 適合大表2. 索引(或散列)掃描方法 216。每個(gè)文件都是一個(gè)序列的記錄。n recursive relationship(遞歸關(guān)系)添加一個(gè)外鍵,使得有一對(duì)多的關(guān)系,多對(duì)多關(guān)系n plex relationship(復(fù)雜關(guān)系)Multiplicity is the number (or range) of possible occurrences of an entity type in an nary relationship when other (n1) values are fixed. n problems in an ER modelOften due to a misinterpretation of the meaning of certain relationships.通常由于特定的意義關(guān)系的誤解。第三范式:(3NF)屬性不依賴于其它非主屬性首先是 2NF,另外非主鍵列必須直接依賴于主鍵,不能存在傳遞依賴。(主鍵值唯一)參照完整性規(guī)則(Referential Integrity):若屬性組F是關(guān)系模式R1的主鍵,同時(shí)F也是關(guān)系模式R2的外鍵,則在R2的關(guān)系中,F(xiàn)的取值只允許兩種可能:空值或等于R1關(guān)系中某個(gè)主鍵值。 Primary and foreign keys must match in data type and size. 主鍵和外鍵必須匹配的數(shù)據(jù)類型和大小。 In most cases, a record in one table will correspond to multiple records in another table.在大多數(shù)情況下,一個(gè)表的記錄將對(duì)應(yīng)于另一個(gè)表中的多條記錄。 SQLSQL分類:客戶端基本上沒有專門的應(yīng)用程序,應(yīng)用程序基本上都在服務(wù)器端。容易修改或替換一個(gè)層而不影響其他。 Easier to modify or replace one tier without affecting others. 161。重大的客戶端管理開銷。 兩層和三層的區(qū)別??jī)蓪蛹軜?gòu)Client side presented two problems preventing true scalability:161??蛻舳撕头?wù)器端的程序不同,用戶的程序主要在客戶端,服務(wù)器端主要提供數(shù)據(jù)管理、數(shù)據(jù)共享、數(shù)據(jù)及系統(tǒng)維護(hù)和并發(fā)控制等,客戶端程序主要完成用戶的具體的業(yè)務(wù)。 數(shù)據(jù)庫系統(tǒng)開發(fā)生命周期(database system development lifecycle)216。數(shù)據(jù)庫系統(tǒng)設(shè)計(jì)期末考總結(jié)216。 DBMS(database management system)數(shù)據(jù)庫管理系統(tǒng)環(huán)境組成硬件,軟件,數(shù)據(jù),程序(procedures),人216。(客戶機(jī)/服務(wù)器) 結(jié)構(gòu),通過將任務(wù)合理分配到Client端和Server端,降低了系統(tǒng)的通訊開銷,需要安裝客戶端才可進(jìn)行管理操作。216。 By 1995, three layers proposed, each potentially running on a different platform.客戶端提出的兩個(gè)問題阻止真正的可伸縮性:脂肪”客戶端,需要相當(dāng)大的客戶端電腦上的資源有效地運(yùn)行。 Application maintenance centralized. 161。應(yīng)用程序維護(hù)集中。Three main types of transactions(三種主要類型的事務(wù)): retrieval transactions檢索事務(wù)update transactions更新交易處理 mixed transactions混合事項(xiàng)B/S即Browser/Server (瀏覽器/服務(wù)器) 結(jié)構(gòu),用戶界面完全通過WWW瀏覽器實(shí)現(xiàn)。216。 ERDA fivestep process for ERD construction :ERD構(gòu)建五個(gè)步驟的過程:n Step1: Represent Entities as Tables(將實(shí)體轉(zhuǎn)換成表)n Step2: Determine Relationships(確定關(guān)系)161。n Step3:List Fields(確定表的屬性)n Step4: Identify Keys(確定鍵,主鍵和外鍵)n Step5: Determining Data Types確定數(shù)據(jù)類型161。實(shí)體完整性:每個(gè)表一定要有一個(gè)合法主鍵。Definition: A table in which all fields contain a single value.第二范式:(2NF)屬性完全依賴于主鍵Definition: A table in which each nonkey field is determined by the whole primary key and not part of the primary key by itself.沒有包含在主鍵中的列必須完全依賴于主鍵,而不能只依賴于主鍵的一部分。n 依賴邏輯,而不是物理、相關(guān)記錄之間的聯(lián)系  n 使用第四代語言(4 gl)  n 備抵高度的數(shù)據(jù)獨(dú)立性 n Weak Entity(弱實(shí)體)一個(gè)實(shí)體對(duì)于另一個(gè)實(shí)體具有很強(qiáng)的依賴關(guān)系,而且該實(shí)體主鍵的一部分或者全部都是從其他強(qiáng)實(shí)體中獲得,則稱該實(shí)體為弱實(shí)體n Derived attribute(派生屬性)Attribute that represents a value that is derivable from value of a related attribute, or set of attributes, not necessarily in the same entity. 屬性代表了一個(gè)值從一個(gè)相關(guān)屬性中派生出來的,或一組屬性的值引出,,不一定在同一個(gè)實(shí)體。
點(diǎn)擊復(fù)制文檔內(nèi)容
研究報(bào)告相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1