Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

How do you effectively model inheritance in a database?

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

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

Database Structure for Tree Data Structure [closed]

sql database-design tree

How to design a product table for many kinds of product where each product has many parameters

NoSql vs Relational database

Storing SHA1 hash values in MySQL

Subqueries vs joins

What should I name a table that maps two tables together? [closed]

When/Why to use Cascading in SQL Server?

What's wrong with nullable columns in composite primary keys?

database database-design

Database design for audit logging [closed]

Implementing Comments and Likes in database

Is there ever a time where using a database 1:1 relationship makes sense?

How to Store Historical Data [closed]

PostgreSQL: Which Datatype should be used for Currency?

How big is too big for a PostgreSQL table?

Relational table naming convention [closed]

Database Design for Tagging [closed]

Is it better to use multiple databases with one schema each, or one database with multiple schemas?