Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

Is it a good idea to use an integer column for storing US ZIP codes in a database?

Is it possible to query a tree structure table in MySQL in a single query, to any depth?

Database schema design for a double entry accounting system? [closed]

PostgreSQL Index on JSON

Database design: 3 types of users, separate or one table? [closed]

Why use SQL database? [closed]

Database design for user settings

Why are composite primary keys still around?

How entity framework works for large number of records? [closed]

When to use an auto-incremented primary key and when not to?

sql database-design

varchar Fields - Is a Power of Two More Efficient?

database-design varchar

Database Design Best Practices [closed]

database-design

Should you enforce constraints at the database level as well as the application level?

database-design

Why should I avoid loops when designing relationships for a database?

MongoDB vs. Cassandra vs. MySQL for real-time advertising platform

What is the best way to manage permissions for a web application - bitmask or database table?

Should OLAP databases be denormalized for read performance? [closed]

How to store directory / hierarchy / tree structure in the database?

Allow null in unique column

Underscores or camelCase in PostgreSQL identifiers, when the programming language uses camelCase?