New posts in database-design

Supertype-subtype database design

MySQL stored procedures use them or not to use them

What are design patterns to support custom fields in an application?

When should I use Datomic?

Hash Collision - what are the chances? [closed]

DOs and DONTs for Indexes [closed]

Composite primary key or not?

How to list all tables in PhpMyAdmin's left menu?

How do I design a database to store properties, selecting attributes by synonyms

When is it better to store flags as a bitmask rather than using an associative table?

Standard use of 'Z' instead of NULL to represent missing data?

Use float or decimal for accounting application dollar amount?

Best representation of an ordered list in a database?

How do you deal with polymorphism in a database?

Modeling Product Variants

SQL mapping between multiple tables

SQL Server: the maximum number of rows in table [closed]

Still Confused About Identifying vs. Non-Identifying Relationships

Why use a 1-to-1 relationship in database design?

"polymorphism" for FOREIGN KEY constraints