If there’s one thing that SQL Server is really good at, it’s relationships. After all, a relational database management system without the relationships is nothing more than a place to store your stuff. Last week we briefly looked at a denormalized table, and then I suggested that breaking it up into five separate tables would … Continue reading "Normalization, The Sequel"
The post Normalization, The Sequel appeared first on Born SQL.