Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

Storing SHA1 hash values in MySQL

Subqueries vs joins

What should I name a table that maps two tables together? [closed]

When/Why to use Cascading in SQL Server?

What's wrong with nullable columns in composite primary keys?

database database-design

Database design for audit logging [closed]

Implementing Comments and Likes in database

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

How to Store Historical Data [closed]

PostgreSQL: Which Datatype should be used for Currency?

How big is too big for a PostgreSQL table?

Relational table naming convention [closed]

Database Design for Tagging [closed]

Is it better to use multiple databases with one schema each, or one database with multiple schemas?

Storing money in a decimal column - what precision and scale? [closed]

Surrogate vs. natural/business keys [closed]

Is there a good reason I see VARCHAR(255) used so often (as opposed to another length)?

How to version control a record in a database [closed]

Strings as Primary Keys in SQL Database [closed]

Remove Primary Key in MySQL