database 开发人员的最佳数据库书籍
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/3707162/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
best database book for developers
提问by laura
I want to download a good database book for developers, can you guide me and send me good links to find a good one. I am working with SQL Server 2008.
我想为开发人员下载一本好的数据库书籍,你能指导我并给我发送好的链接以找到一本好的。我正在使用 SQL Server 2008。
回答by Oded
This has been asked here many times before:
以前在这里多次问过这个问题:
- A beginner's guide to SQL database design
- Can anyone recommend a book for building enterprise database applications in .Net?
My personal favorite resource is Books Online- this is the documentation that comes with SQL server.
我个人最喜欢的资源是联机丛书——这是 SQL 服务器附带的文档。
回答by Azhar
For database concepts Fundamentals of Database Systems
数据库概念数据库系统基础
Good Books for SQL Looking for a good book to learn SQL
SQL 的好书寻找学习 SQL 的好书
For SQl Server How to Learn MS SQL Server 2005?
对于SQL Server 如何学习 MS SQL Server 2005?
Beginning SQL Server 2005 Administration
FOr MySql What are the best books for MySQL?
FOR MySql最好的 MySQL 书籍是什么?
Book recommendation for advanced SQL design, scripting and optimiziation.
What are some resources I can use to learn profiling/optimizing?
回答by Erwin Smout
Funny that no one seems to mention Date's "SQL and relational theory : How to write accurate SQL code".
有趣的是,似乎没有人提到Date 的“SQL 和关系理论:如何编写准确的 SQL 代码”。
回答by Mr Shoubs
Head First SQL(O'Reilly) is excellent, whole series is great.
Head First SQL(O'Reilly) 很棒,整个系列都很棒。
They start of with the basics (as do most books), covering syntax, database design and advanced querying.
它们从基础开始(大多数书籍也是如此),涵盖语法、数据库设计和高级查询。
Excrept:
摘录:
2008 Jolt Productivity Award Winner!
Is your data dragging you down? Are your tables all tangled up? Well we've got the tools to teach you just how to wrangle your databases into submission. Using the latest research in neurobiology, cognitive science, and learning theory to craft a multi-sensory SQL learning experience, Head First SQL has a visually rich format designed for the way your brain works, not a text-heavy approach that puts you to sleep.
Maybe you've written some simple SQL queries to interact with databases. But now you want more, you want to really dig into those databases and work with your data. Head First SQL will show you the fundamentals of SQL and how to really take advantage of it. We'll take you on a journey through the language, from basic INSERT statements and SELECT queries to hardcore database manipulation with indices, joins, and transactions. We all know "Data is Power"—but we'll show you how to have "Power over your Data". Expect to have fun, expect to learn, and expect to be querying, normalizing, and joining your data like a pro by the time you're finished reading!
2008 年 Jolt 生产力奖得主!
您的数据是否拖累了您?你的桌子都乱七八糟了吗?好吧,我们有工具可以教您如何处理数据库以使其提交。Head First SQL 使用神经生物学、认知科学和学习理论方面的最新研究来打造多感官 SQL 学习体验,具有视觉丰富的格式,专为您的大脑工作方式而设计,而不是让您入睡的大量文本方法.
也许您已经编写了一些简单的 SQL 查询来与数据库进行交互。但是现在您想要更多,您想要真正挖掘这些数据库并处理您的数据。Head First SQL 将向您展示 SQL 的基础知识以及如何真正利用它。我们将带您了解这门语言,从基本的 INSERT 语句和 SELECT 查询到使用索引、连接和事务的核心数据库操作。我们都知道“数据就是力量”——但我们将向您展示如何“掌控数据”。期待在您读完时享受乐趣,期待学习,并期待像专业人士一样查询、规范化和加入您的数据!
回答by AdaTheDev
See Kalen Delaney's recommended reading list. There's some great books listed there, as well as other resources.
请参阅 Kalen Delaney 的推荐阅读清单。那里列出了一些很棒的书籍,以及其他资源。