三、關聯式資料庫為了快速存取,常會使用主鍵(Primary Key)來建立索引 (Indexes ),在動態的多層索引(Dynamic Multilevel Indexes )常使用B-tree資料結構來建立主鍵的索引,晝出如下圖(A) order 3的B-tree加入 (Insert) 一筆資料,主鍵為62的B-tree ;晝出如下圖(B) order 3的B-tree 刪除(Delete) —筆主鍵為30的資料後的B-tree。(25分)(A)
(B)
(B)