Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-normalization

How do you determine how far to normalize a database?

What are the pros and cons of Anchor Modeling? [closed]

Functional dependency and normalization

Decomposing a relation into BCNF

Normalisation - 2NF vs 3NF

Should I normalize my DB or not?

Normalization in plain English

What is the difference between 3NF and BCNF?

Normalization in MYSQL

When to Denormalize a Database Design

In terms of databases, is "Normalize for correctness, denormalize for performance" a right mantra?

Convert JSON array in MySQL to rows

What is the best way to implement Polymorphic Association in SQL Server?

Postgres returns [null] instead of [] for array_agg of join table

What is Normalisation (or Normalization)? [closed]

Native JSON support in MYSQL 5.7 : what are the pros and cons of JSON data type in MYSQL?

Facebook database design?

Difference between 3NF and BCNF in simple terms (must be able to explain to an 8-year old)

Is there ever a time where using a database 1:1 relationship makes sense?

First-time database design: am I overengineering? [closed]