Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

What are the drawbacks of foreign key constraints that reference non-primary-key columns?

Deciphering Database ER Diagram for questionnaire

Should related objects be grouped in one table, or multiple?

Design for chats between users

laravel database-design

Database schema for forum thread votes/views, and strategy for incrementing and displaying # of views

Azure Table and Entity Inheritance

database design: best practice for designing a forum table [closed]

php sql mysql database-design

Trying to avoid multiple parent tables

mysql database-design

How to implement items on sale in a webshop

database-design

Database Design Redundant Functional Dependencies (FD's)

What is the best way to model user defined hierarchical relationships in a database?

Neo4j Design: When to use Properties for Relationships

database-design neo4j

How will i join this two query in one single query?

php mysql sql database-design

Way to map partitioned data using NHibernate

Numeric IDs vs. String IDs

based on database design is it possible to predict the queries to be used in the application?

How to design a table that stores name data that can repeat in the real world?

database-design

Implementing a Type-2 Slowly Changing Dimension in PostgreSQL