Definition:

  • Relationship of one entity instances to many entity instances
    • Example: 1 customer can have many order
    • 
      erDiagram
      
    CUSTOMER ||—o{ ORDER : places CUSTOMER { string name string custNumber string sector } ORDER { int orderNumber string deliveryAddress }