Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

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

Index on multiple columns in Ruby on Rails

What columns generally make good indexes?

How to create materialized views in SQL Server?

Best way to store time (hh:mm) in a database

When to use a View instead of a Table?

sql database-design view

How many database indexes is too many?

Is a one column table good design? [closed]

sql database-design

Best practices for storing postal addresses in a database (RDBMS)?

Why use multiple columns as primary keys (composite primary key)

Nullable Foreign Key bad practice?

database-design

Best design for a changelog / auditing database table? [closed]

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

Database Design for Revisions?

How to implement a many-to-many relationship in PostgreSQL?

Database: To delete or not to delete records

database database-design

Unique constraint that allows empty values in MySQL

Difference between clustered and nonclustered index [duplicate]

Is there common street addresses database design for all addresses of the world? [closed]

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