Database Systems Concepts 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024


Database Systems Concepts

簡體網頁||繁體網頁
Abraham Silberschatz 作者
McGraw-Hill Science/Engineering/Math
譯者
2005-05-17 出版日期
1168 頁數
USD 124.69 價格
Hardcover
叢書系列
9780072958867 圖書編碼

Database Systems Concepts 在線電子書 圖書標籤: database  計算機科學  計算機  programming  Database  DB  編程  database,   


喜歡 Database Systems Concepts 在線電子書 的讀者還喜歡




點擊這裡下載
    


想要找書就要到 圖書目錄大全
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

發表於2024-12-29

Database Systems Concepts 在線電子書 epub 下載 mobi 下載 pdf 下載 txt 下載 2024

Database Systems Concepts 在線電子書 epub 下載 pdf 下載 mobi 下載 txt 下載 2024

Database Systems Concepts 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024



Database Systems Concepts 在線電子書 用戶評價

評分

數據庫係統的經典書籍,對數據庫的每個知識點都做瞭詳盡的介紹,最好還從係統的角度講述瞭數據庫的整體架構

評分

適閤自學,代碼多,方便理解,中文譯的一般,英文版也非常易懂

評分

一本好書。我看的還是第四版的

評分

數據庫係統的經典書籍,對數據庫的每個知識點都做瞭詳盡的介紹,最好還從係統的角度講述瞭數據庫的整體架構

評分

適閤自學,代碼多,方便理解,中文譯的一般,英文版也非常易懂

Database Systems Concepts 在線電子書 著者簡介

譯者:

楊鼕青,1969年畢業於北京大學數學力學係數學專業,現任北京大學信息科學技術學院教授,博士生導師,網絡與信息係統研究所副所長,數據庫與信息係統研究室主任,中國計算機學會數據庫專委會委員。多年來承擔並完成973、863國傢科技攻關、國傢自然科學基金等多項國傢重點科研項目;曾獲國傢科技進步二等奬、三等奬和多項省部級奬勵;在國內外科技雜誌及會議上發錶論文百餘篇,著譯作十餘部。目前的主要研究方嚮為數據庫係統實現技術、Web環境下的信息集成與共享、數據倉庫和數據挖掘、典型應用領域的數據庫技術等。


Database Systems Concepts 在線電子書 著者簡介


Database Systems Concepts 在線電子書 pdf 下載 txt下載 epub 下載 mobi 在線電子書下載

Database Systems Concepts 在線電子書 圖書描述

Database System Concepts, 5/e, is intended for a first course in databases at the junior or senior undergraduate, or first-year graduate, level. In addition to basic material for a first course, the text contains advanced material that can be used for course supplements, or as introductory material for an advanced course.</p>

The authors assume only a familiarity with basic data structures, computer organization, and a high-level programming language such as Java, C, or Pascal. Concepts are presented as intuitive descriptions, and many are based on the running example of a bank enterprise. Important theoretical results are covered, but formal proofs are omitted. In place of proofs, figures and examples are used to suggest why a result is true.</p>

The fundamental concepts and algorithms covered in the book are often based on those used in existing commercial or experimental database systems. The aim is to present these concepts and algorithms in a general setting that is not tied to one particular database system. Details of particular commercial database systems are discussed in the case studies which constitute Part 8 of the book.</p>

The fifth edition of Database System Concepts retains the overall style of prior editions while evolving the content and organization to reflect the changes that are occurring in the way databases are designed, managed, and used.</p> Key Handles: &#8226; Early coverage of SQL in two chapters &#8226; Think of SQL as doing or creating Queries &#8226; Silberschatz uses a bank analogy throughout his text with Running Examples &#8226; Case studies are incorporated that represent a different database, this is in the last Part of the text &#8226; Focuses on cutting edge material, such as xml, web based database systems

Database Systems Concepts 在線電子書 下載 mobi epub pdf txt 在線電子書下載


想要找書就要到 圖書目錄大全
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

Database Systems Concepts 在線電子書 讀後感

評分

这本书前半部分讲sql和表的设计,后半部分讲实现。作为本科生来说,读前半部分就够了。我是没机会亲自实现一个数据库了,人生那么美好,不然我干嘛把时间都费在造轮子上面。最好买那个本科教学版,还省钱。做大作业部署wamp环境的时候,这本书还不如mysql的官方文档好用。考试...

評分

我也是耐着性子看了这本书的前两章,感觉是一本适合我这样刚刚开始学习数据库的初学者的书,每个概念都讲得很细,比较容易让人理解,更重要的是对一些不太好理解的名词都有很贴切的举例说明,比如讲到派生属性时,先给出描述,再给我们构建一个事例模型予以分析,生动形象。我...  

評分

我每天读一章。大约每天3小时,在索引,查询处理那两章花了8小时以上,在范式那节重新整理下以前的看法,非常不错的书,翻译的也不错。相比国内的《数据库系统概论》,这书适合自学,并且非常详细,算法伪代码多。 在索引一章,完全可以通过他的算法加例子很好的理解索引的原理...  

評分

不要指望这本书能给实际数据库操作知识,这本书仅仅是基础。 但是如果大家喜欢国外的教学模式和方法,那么这本书再适合不过了。 它本身就是一个课堂的再现,而不是大多数中文书籍,仅仅是一些语法的堆叠。 所以,对于想要迅速投入数据库开发的兄弟们,建议去看看其他书籍吧...  

評分

3年数据库开发经验, 随着系统的增大,越来越觉得设计系统吃力,决定补充一下基础的东西.买了第5版.耐着性子看了前3章,疯狂了.翻译的太差劲了.到处是概念,原理性的东西要一大堆东西证明... 不过在浏览整本书的时候,感觉后面的东西挺实用,为了看后面的东西不要不知所云,还是耐着性...  

類似圖書 點擊查看全場最低價

Database Systems Concepts 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024


分享鏈接





Database Systems Concepts 在線電子書 相關圖書




本站所有內容均為互聯網搜索引擎提供的公開搜索信息,本站不存儲任何數據與內容,任何內容與數據均與本站無關,如有需要請聯繫相關搜索引擎包括但不限於百度google,bing,sogou

友情鏈接

© 2024 book.wenda123.org All Rights Reserved. 圖書目錄大全 版權所有