View Updating and Relational Theory (Paperback)
            
暫譯: 視圖更新與關聯理論 (平裝本)
        
        C. J. Date
- 出版商: O'Reilly
- 出版日期: 2013-01-29
- 定價: $1,500
- 售價: 9.5 折 $1,425
- 貴賓價: 9.0 折 $1,350
- 語言: 英文
- 頁數: 262
- 裝訂: Paperback
- ISBN: 1449357849
- ISBN-13: 9781449357849
- 
    相關分類:
    
      SQL
 
- 
    相關翻譯:
    
      視圖更新與關係數據庫理論 (View Updating and Relational Theory ) (簡中版)
 
立即出貨
買這商品的人也買了...
- 
                
                   重構─改善既有程式的設計, 2/e (Refactoring: Improving The Design of Existing Code) 重構─改善既有程式的設計, 2/e (Refactoring: Improving The Design of Existing Code)$800$632
- 
                
                   TCP/IP 網路通訊協定, 2/e TCP/IP 網路通訊協定, 2/e$560$437
- 
                
                   無瑕的程式碼 - 敏捷軟體開發技巧守則 (Clean Code: A Handbook of Agile Software Craftsmanship) 無瑕的程式碼 - 敏捷軟體開發技巧守則 (Clean Code: A Handbook of Agile Software Craftsmanship)$580$452
- 
                
                   Arduino UNO R3 開發板(副廠相容版)附傳輸線 Arduino UNO R3 開發板(副廠相容版)附傳輸線$400$380
- 
                
                   Relational Theory for Computer Professionals (Paperback) Relational Theory for Computer Professionals (Paperback)$1,292$1,224
- 
                
                   透視 C語言指標-深度探索記憶體管理核心技術 (Understanding and Using C Pointers) 透視 C語言指標-深度探索記憶體管理核心技術 (Understanding and Using C Pointers)$480$379
- 
                
                   Windows Server 2012 R2 Active Directory 建置實務 Windows Server 2012 R2 Active Directory 建置實務$650$514
- 
                
                   Windows Server 2012 R2 系統建置實務 Windows Server 2012 R2 系統建置實務$680$537
- 
                
                   精通 Python|運用簡單的套件進行現代運算 (Introducing Python: Modern Computing in Simple Packages) 精通 Python|運用簡單的套件進行現代運算 (Introducing Python: Modern Computing in Simple Packages)$780$616
- 
                
                   ESP8266序列埠 WiFi 模組 (ESP-07) ESP8266序列埠 WiFi 模組 (ESP-07)$220$209
- 
                
                   $202深度學習:方法及應用 $202深度學習:方法及應用
- 
                
                  Essential Scrum:敏捷開發經典 (中文版) (Essential Scrum: A Practical Guide to the Most Popular Agile Process)$680$530
- 
                
                   Docker 錦囊妙計 (Docker Cookbook) Docker 錦囊妙計 (Docker Cookbook)$680$537
- 
                
                   不止是測試:Python 網路爬蟲王者 Selenium 不止是測試:Python 網路爬蟲王者 Selenium$560$476
- 
                
                   iOS 10 App 程式設計實力超進化實戰攻略 : 知名 iOS教學部落格 AppCoda 作家親授實作關鍵技巧讓你不NG iOS 10 App 程式設計實力超進化實戰攻略 : 知名 iOS教學部落格 AppCoda 作家親授實作關鍵技巧讓你不NG$720$562
- 
                
                   前端&行動網頁設計速成班-Bootstrap 4 + CSS3 + HTML5 + JavaScript 前端&行動網頁設計速成班-Bootstrap 4 + CSS3 + HTML5 + JavaScript$520$411
- 
                
                   超圖解 Arduino 互動設計入門, 3/e 超圖解 Arduino 互動設計入門, 3/e$680$578
- 
                
                   Git 團隊使用手冊 (Git for Teams: A User-Centered Approach to Creating Efficient Workflows in Git) Git 團隊使用手冊 (Git for Teams: A User-Centered Approach to Creating Efficient Workflows in Git)$580$458
- 
                
                   Python 自動化的樂趣|搞定重複瑣碎 & 單調無聊的工作 (中文版) (Automate the Boring Stuff with Python: Practical Programming for Total Beginners) Python 自動化的樂趣|搞定重複瑣碎 & 單調無聊的工作 (中文版) (Automate the Boring Stuff with Python: Practical Programming for Total Beginners)$500$425
- 
                
                  深度學習快速入門 — 使用 TensorFlow (Getting started with TensorFlow)$360$281
- 
                
                   演算法技術手冊, 2/e (Algorithms in a Nutshell: A Practical Guide, 2/e) 演算法技術手冊, 2/e (Algorithms in a Nutshell: A Practical Guide, 2/e)$580$458
- 
                
                   JavaScript & JQuery : 網站互動設計程式進化之道 (JavaScript and JQuery: Interactive Front-End Web Development) JavaScript & JQuery : 網站互動設計程式進化之道 (JavaScript and JQuery: Interactive Front-End Web Development)$780$663
- 
                
                   $403TensorFlow 實戰 $403TensorFlow 實戰
- 
                
                   $474Tensorflow:實戰Google深度學習框架 $474Tensorflow:實戰Google深度學習框架
- 
                
                   圖解雲端技術|基礎架構x運作原理 x API 圖解雲端技術|基礎架構x運作原理 x API$480$379
商品描述
Views are virtual tables. That means they should be updatable, just as "real" or base tables are. In fact, view updatability isn’t just desirable, it’s crucial, for practical reasons as well as theoretical ones. But view updating has always been a controversial topic. Ever since the relational model first appeared, there has been widespread skepticism as to whether (in general) view updating is even possible.
In stark contrast to this conventional wisdom, this book shows how views, just like base tables, can always be updated (so long as the updates don’t violate any integrity constraints). More generally, it shows how updating always ought to work, regardless of whether the target is a base table or a view. The proposed scheme is 100% consistent with the relational model, but rather different from the way updating works in SQL products today.
This book can:
- Help database products improve in the future
- Help with a "roll your own" implementation, absent such product improvements
- Make you aware of the crucial role of predicates and constraints
- Show you how relational products are really supposed to behave
Anyone with a professional interest in the relational model, relational technology, or database systems in general can benefit from this book.
商品描述(中文翻譯)
視圖是虛擬表格。這意味著它們應該是可更新的,就像「真實」或基礎表格一樣。事實上,視圖的可更新性不僅是可取的,對於實際原因和理論原因來說,它是至關重要的。但是,視圖更新一直是一個有爭議的話題。自從關聯模型首次出現以來,對於視圖更新是否(一般而言)甚至可能的廣泛懷疑一直存在。
與這種傳統智慧形成鮮明對比的是,本書展示了視圖如何像基礎表格一樣,總是可以被更新(只要更新不違反任何完整性約束)。更一般地說,本書展示了更新總是應該如何運作,無論目標是基礎表格還是視圖。所提出的方案與關聯模型100%一致,但與當今SQL產品中的更新方式有相當大的不同。
本書可以:
- 幫助數據庫產品在未來改進
- 幫助實現「自製」的實作,若缺乏此類產品改進
- 讓您意識到謂詞和約束的關鍵角色
- 向您展示關聯產品實際應該如何運作
任何對關聯模型、關聯技術或數據庫系統有專業興趣的人都可以從本書中受益。

 
     
     
     
     
     
     
     
     
     
     
    