Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

Database design: should I use a mapping table?

database database-design

database design for sharing post from another user

If a primary key is NOT NULL, then should a foreign key that references it be specified also as NOT NULL?

Storing (Sub)Journals and (Sub)Ledgers in DB for accounting app

How to structure a multi-tenant system in CockroachDB to ensure good performance?

Database tables with dynamic information

database-design

Single Autonumber Instead of Multiple Key

How do I architect and implement self-serve custom reporting? [closed]

Best Way To Prepare A Read-Only Database

Storing Email Unsubscriptions to DB

Slowly Changing Dimension Vs Fact

Best way to store versions in Postgresql

How to Implement a Tagging System for multiple tables in an RDBMS?

database-design rdbms

MySQL: the inconsistency of auto increment in id numbers

Use of mysql lite and Web Service or other request througih an android app in different activities

How can I improve database design for my subscription based billing system?

Natural vs surrogate keys on support tables [closed]