New posts in database-design

MongoDB Schema Design - Many small documents or fewer large documents?

Good practices for designing monthly subscription system in database [closed]

Setting up an MS-Access DB for multi-user access

MySQL - how to front pad zip code with "0"?

Primary key/foreign Key naming convention [closed]

List of Constraints from MySQL Database

Are nulls in a relational database okay? [closed]

Dynamic Database Schema [closed]

How to store phone numbers on MySQL databases? [duplicate]

Table Naming: Underscore vs Camelcase? namespaces? Singular vs Plural?

How to implement polymorphic associations in an existing database

Does not using NULL in PostgreSQL still use a NULL bitmap in the header?

Relationship of Primary Key and Clustered Index

What is the optimal length for an email address in a database?

How to delete from a table where ID is in a list of IDs?

Safely rename tables using serial primary key columns

Grant all on a specific schema in the db to a group role in PostgreSQL

Why (and how) to split column using master..spt_values?

Multiple schemas versus enormous tables [closed]

When I should use one to one relationship?