New posts in database-design

What mysql database tables and relationships would support a Q&A survey with conditional questions? [closed]

A beginner's guide to SQL database design [closed]

Making sense of Postgres row sizes

Are soft deletes a good idea? [duplicate]

How to create a multi-tenant database with shared table structures?

Physical vs. logical (hard vs. soft) delete of database record? [closed]

Storing sex (gender) in database

Primary key or Unique index?

Facebook database design?

Defining multiple foreign keys in one table to many tables

Good tool to visualise database schema? [closed]

How to store a list in a column of a database table

How to create materialized views in SQL Server?

What is the most efficient way to store tags in a database?

Sql - Indirect Foreign Key

How to design a database for User Defined Fields?

How do you effectively model inheritance in a database?

SQL ON DELETE CASCADE, Which Way Does the Deletion Occur?

How does PostgreSQL enforce the UNIQUE constraint / what type of index does it use?

Using a Single Row configuration table in SQL Server database. Bad idea?