Because they're so complicated, many books on relational databases are either burdensomely academic (Database Management Systems is the classic example of this mode - it's superb, but one practically needs a professor to help you decode it) or so practical-minded as to be overly simple. Designing Re
Grokking Relational Database Design
โ Scribed by Dr. Qiang Hao and Dr. Michael Tsikerdekis
- Publisher
- No Starch Press
- Year
- 2024
- Tongue
- English
- Leaves
- 145
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
Grokking Relational Database Design teaches the art of database design through real-world projects, insightful illustrations, and action-oriented learning. Unlike many beginning database books that focus on the technical details of SQL and formal database theory, this book teaches you how to think about relational database design from the ground up, so youโll create databases that are a joy to use for a long time.
Everything in this book is reinforced by hands-on exercises and examples. Youโll quickly design, implement, and optimize a database for an e-commerce application like the ones you use every day. Youโll also explore how generative AI tools such as ChatGPT radically simplify the mundane tasks of database design.
โฆ Table of Contents
welcome
1_Introduction_to_databases_and_SQL
2_Related_tables_and_more_SQL
3_Overview_of_database_design
4_Entities_and_attributes
5_Relationships
๐ SIMILAR VOLUMES
The majority of database systems being installed today are based on the relational database model. Unfortunately, relational database design is one of the most misunderstood aspects of computing. Part of the problem comes from popular literature that describes a relational database as anything that
<p><i>Relational Database Design and Implementation: Clearly Explained, Fourth Edition</i>, provides the conceptual and practical information necessary to develop a database design and management scheme that ensures data accuracy and user satisfaction while optimizing performance. </p> <p>Database s
<p><i>Relational Database Design and Implementation: Clearly Explained, Fourth Edition</i>, provides the conceptual and practical information necessary to develop a database design and management scheme that ensures data accuracy and user satisfaction while optimizing performance. </p> <p>Database s
What makes this book different from others on database design? Many resources on design practice do little to explain the underlying theory, and books on design theory are aimed primarily at theoreticians. In this book, renowned expert Chris Date bridges the gap by introducing design theory in ways