Database Design: A Modern Approach
Key Takeaways
Introduces a modern approach to database design for relational databases
Original Description
For many new or intermediate database developers, it’s difficult to know where to start when designing a relational database. It’s easy to make the mistake of assuming that the functionality of a database will take shape over time, or the design will fall into place as you build the database.
This course introduces a process for effectively planning and designing a functional, efficient database. Knowing how to plan a relational database is important to the success of the databases you create. Without planning, you cannot possibly know what the database needs to do, or even what information to include in the database. Planning a database is essential and prevents the extra work of fixing data maintenance problems later on.
The concepts are not specific to a particular software application and can be applied to any relational database management system.
This course is designed for students who need to learn database design essentials, typically in preparation for, or as a supplement to, a course on SQL such as Logical Operations' SQL Querying: Fundamentals and courses on specific relational database platforms.
In this course, you will: follow an efficient process for designing a relational database; define the database conceptual model; define the database logical model; apply database normalization methods to improve the initial design of a database; and complete the database design, including controls to ensure its referential integrity and data integrity.
Watch on External: Coursera ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
More on: Data Literacy
View skill →Related Reads
📰
📰
📰
📰
Skill Verification for Data Roles: What Employers Should Know
Dev.to AI
The Data Engineering Skills Matrix AI Just Broke!
Medium · AI
Exploratory Data Analysis (EDA) — New York city Yellow taxi — Part 1: Data Preparation
Medium · Data Science
Segmentando Clientes com Análise Fatorial e Clustering
Medium · Data Science
🎓
Tutor Explanation
DeepCamp AI