Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

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

sql database-design

What is Normalisation (or Normalization)? [closed]

When I should use one to one relationship?

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