New posts in database-design

Why are composite primary keys still around?

Best way to model Customer <--> Address

How entity framework works for large number of records? [closed]

When to use an auto-incremented primary key and when not to?

varchar Fields - Is a Power of Two More Efficient?

Database Design Best Practices [closed]

Versioning Database Persisted Objects, How would you? [closed]

Why should I avoid loops when designing relationships for a database?

MongoDB vs. Cassandra vs. MySQL for real-time advertising platform

Should you enforce constraints at the database level as well as the application level?

What is the best way to manage permissions for a web application - bitmask or database table?

When to Denormalize a Database Design

Database optimization orders

Minimum no of tables that exists after decomposing relation R into 1NF?

Database Normalization

Limit an sqlite Table's Maximum Number of Rows

NULL permitted in Primary Key - why and in which DBMS?

Allow null in unique column

How can I tell if a database table is being accessed anymore? Want something like a "SELECT trigger"

MySQL - One To One Relationship?