Tag: database

Relational Database Design for Developers (Database Normalization)

Database Normalization

Good Form, Peter Pan! Corny title of this section aside, database design is often a subject that developers gloss over. And because developers really cannot get by without utilizing databases, I’m writing this guide for them. It’s not even exclusive to any specific relational database management system (RDBMS); though, it must be an RDBMS- NoSQL solutions …