Best books for Relational Database Design

gangadhar 41 Reputation points
2021-01-10T22:44:24.1+00:00

Please suggest to me some good books for Relational Database Design using SQL Server.

SQL Server Other
0 comments No comments
{count} votes

Accepted answer
  1. CathyJi-MSFT 22,396 Reputation points Microsoft External Staff
    2021-01-11T03:27:38.637+00:00

    Hi @gangadhar ,

    Database Design for Mere Mortals is the perfect introduction to relational database design for the novice and anyone needing a refresher. With his many years of real-world experience designing relational databases, Michael J. Hernandez, the author of the book, shows you how to analyze and improve existing databases, implement keys, define table relationships and business rules, and create data views. the advantage of this book is real-world example and easy to read.

    This is an excellent book to learn database modeling and design from scratch. If you want, you can also combine this book with the SQL & Database Design by Kirill Eremenko on Udemy, which is also very affordable.

    There are many other good books for Relational Database Design, please refer to the blog Top 5 Books to Learn SQL and Database Design for Programmers and DBAs - Best of Lot to get more introduction.

    Best regards,
    Cathy


    If the response is helpful, please click "Accept Answer" and upvote it, thank you.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


3 additional answers

Sort by: Most helpful
  1. Erland Sommarskog 121.4K Reputation points MVP Volunteer Moderator
    2021-01-10T22:56:43.793+00:00

    Louis Davidson has a book which he has kept updated through the years,
    https://www.amazon.com/Server-Relational-Database-Design-Implementation/dp/1484264967/ref=sr_1_1?dchild=1&keywords=louis+Davidson&qid=1610319271&s=books&sr=1-1

    Full disclosure: I know Louis personally and he is a nice guy.

    1 person found this answer helpful.
    0 comments No comments

  2. Yitzhak Khabinsky 26,586 Reputation points
    2021-01-11T00:27:19.947+00:00

    Here is another good book with a good methodology on modeling and design. It is generic textbook, not just for MS SQL Server.

    Database Systems: A Practical Approach to Design, Implementation, and Management 6th Edition

    0 comments No comments

  3. Hamberfim 21 Reputation points
    2021-03-31T18:51:54.533+00:00

    I found that "Murach's SQL Server 2019 for Developers" is very handy as it's not just about SQL/Server but also covers DB design. Plus it's 2020 release date is relatively new in comparison to some of the other books on the market.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.