Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

Naming a log DB table

Access rights database design

Database model for saving random boolean expressions

Column Nullability/Optionality: NULL vs NOT NULL

Building app to Classify / Describe Products - Overwhelmed somewhere between planning & execution

Invoices into database : how to store them to make them write-only?

mysql database-design

Enforce relationship via a foreign key constraint?

Is it bad to have a column empty as NULL often in a table?

Grouping Data in a Key/Value Database Like Redis

Database design - how do I track information over time and query a table for latest data?

database-design

What is the best database design for multiple tables with 1 to 1 relationship to the same table?

database-design

Optimal Database Structure for MicroStrategy

separate table for picture items with image field

MySQL: How to update foreign key field, and create a relationship, after table values have been set with default values?

saving tree data in database (family tree)

Is primary key auto increment always needed in a table?

Design Question - Put hundreds of Yes/No switches in columns, rows, or other?

PostgreSQL - One-To-One - which approach is "better"? [closed]

Performance gains vs Normalizing your tables? [closed]