Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

Order/Invoice/Payment database modeling

How to insert arrays into a database?

PostgreSQL multiple nullable columns in unique constraint

Best practices and anti-patterns in creating indexes in SQL Server?

Asking for opinions : One sequence for all tables

oracle database-design

Should I add this new column to customers table or to a separate new table?

SQL one to one relationship vs. single table

sql database-design rdbms

Recommended database structure for OAuth Provider

Why to use "not null primary key" in TSQL?

Multitenant DB: Why put a TenantID column in every table?

What is the best way to keep changes history to database fields?

database database-design

Sane way to store different data types within same column in postgres?

Difference between one-to-one and one-to-many relationship in database

database database-design

Postgresql: optimizing columns size for numeric fields

Should I have a dedicated primary key field?

Database Structure Advice Needed

Should I always prefer MySQL InnoDB over MyISAM?

SaaS database design - Multiple Databases? Split? [closed]

Database constraints - keep or ignore?

One to Many MySQL [duplicate]