New posts in data-modeling

What is the best way to represent "Recurring Events" in database?

Forward Chaining vs Backward Chaining

What is an "order line"?

Fact Table With Non-Measure Data

Why use an auto-incrementing primary key when other unique fields exist?

Modeling Tool for NOSQL Databases [closed]

Is it good database design to have admin users in the same table as front-end users?

Alternatives to Entity-Attribute-Value (EAV)?

Finding the best trade-off point on a curve

Best way to model Customer <--> Address

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

What are the principles behind, and benefits of, the "party model"?

Cloud Firestore deep get with subcollection

Why many refer to Cassandra as a Column oriented database?

What are design patterns to support custom fields in an application?

Relational database design question - Surrogate-key or Natural-key?

How to implement has_many :through relationships with Mongoid and mongodb?

single fixed table with multiple columns vs flexible abstract tables

What mysql database tables and relationships would support a Q&A survey with conditional questions? [closed]

Are soft deletes a good idea? [duplicate]