Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

Many-to-many relations in database design

Storing long binary (raw data) strings [closed]

Should I use an index column in a many to many "link" table?

Best way to store a many-to-many relationship in MySQL?

Are stored procedures required for large data sets?

How should I store a list in a database

database-design

One true Lookup table advantages vs. disadvantages [closed]

database database-design

Are sequential numbers necessary?

DB design and optimization considerations for a social application

Is there a best practice to database column ordering?

database database-design

Is it ok to use character values for primary keys?

How to get rid of multiple columns in a database?

SQL Table linking... is it better to have a linking table, or a delimited column?

Id or [TableName]Id as primary key / entity identifier

Pros and cons of making database IDs consistent and "readable" [closed]

BCNF with One Surrogate Key and Two Unique Keys