Top "Entity-relationship" questions

An entity-relationship model (ERM) is an abstract and conceptual representation of data, information aspects of a business domain or its process requirements.

how to model discount on items in a database?

I am building an ecommerce site and would like to offer discounts on certain items for a limited time. My …

mysql database-design entity-relationship
Azure data studio schema diagram?

I just recently downloaded Azure Data Studio with SQL Server Express since I'm using Linux . Is there an entity-relationship diagramming …

sql database entity-relationship diagram azure-data-studio
Understanding of cardinality it ERD models

I have huge trouble with understanding the cardinality. Let's say that there Doctor and he can perform heart surgery on …

database-design entity-relationship erd
How to create EER model from a sqlite db

i'm using sqlitejdbc libraries to create a db using java. Now i need to generate eer model from existing sqlite …

java sqlite entity-relationship reverse-engineering eer-model
What is the difference in ECore between containment and reference?

When creating references between ECore entities there is the possibility to mark a reference as "containment". Can somebody explain me …

eclipse reference entity-relationship containment eclipse-emf-ecore
Navigation Property not loading when only the ID of the related object is populated

I am trying to establish a many-to-one relationship. The entity that represents the “many” has a navigation property pointing back …

c# ef-code-first entity-framework-4.1 entity-relationship navigation-properties
Django: what is the difference (rel & field)

What is the difference between Django's models.ManyToManyField and models.ManyToManyRel? I'm confused about this stuff.

python django entity-relationship
What's the point of a candidate key?

I'm fairly new to database management and this question never seems to be answered in more than one sentence. All …

database database-design entity-relationship relational-database
How does one define double-lines for edge and node shapes in graphviz dot?

How can edges and nodes be styled using graphviz dot with doubled lines as shown the in the "LEGAL" and "…

diagram graphviz dot entity-relationship
SQLAlchemy ER diagram in python 3

Does anyone know a way to make an ER diagram from SQLAlchemy models in python 3. I found sqlalchemy_schemadisplay, which …

python python-3.x sqlalchemy entity-relationship