New posts in database-design

Index on multiple columns in Ruby on Rails

First name, middle name, last name. Why not Full Name?

In SQL, is it OK for two tables to refer to each other?

Best way to store time (hh:mm) in a database

What columns generally make good indexes?

When to use a View instead of a Table?

How many database indexes is too many?

Is a one column table good design? [closed]

Best practices for storing postal addresses in a database (RDBMS)?

Why use multiple columns as primary keys (composite primary key)

Nullable Foreign Key bad practice?

Best design for a changelog / auditing database table? [closed]

single fixed table with multiple columns vs flexible abstract tables

Composite primary keys versus unique object ID field

Custom SERIAL / autoincrement per group of values

Database Design for Revisions?

Unique constraint that allows empty values in MySQL

Database: To delete or not to delete records

Difference between clustered and nonclustered index [duplicate]

Is there common street addresses database design for all addresses of the world? [closed]